Skip to content

Commit

Permalink
quiterss: 0.18.5 -> 0.18.6
Browse files Browse the repository at this point in the history
  • Loading branch information
primeos committed Jun 20, 2017
1 parent 065bb61 commit d04286b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/networking/newsreaders/quiterss/default.nix
Expand Up @@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
name = "quiterss-${version}";
version = "0.18.5";
version = "0.18.6";

src = fetchFromGitHub {
owner = "QuiteRSS";
repo = "quiterss";
rev = "${version}";
sha256 = "1y0n5ps1z4wgf9hkfjrw7dfyncrw22bf9mi3052vmf3s7xzz6vbb";
sha256 = "0qklgdv6b3zg4xil9yglja33vaa25d4i7vipv5aafhlavjz16mh6";
};

nativeBuildInputs = [ pkgconfig qmake ];
Expand Down

0 comments on commit d04286b

Please sign in to comment.