Skip to content

Commit

Permalink
Merge pull request #17582 from paperdigits/geeqie-13
Browse files Browse the repository at this point in the history
geeqie: 1.2.3 -> 1.3
  • Loading branch information
globin committed Aug 8, 2016
2 parents 5bf77fa + 852cdd0 commit f8fbb6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/graphics/geeqie/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@

stdenv.mkDerivation rec {
name = "geeqie-${version}";
version = "1.2.3";
version = "1.3";

src = fetchurl {
url = "http://geeqie.org/${name}.tar.xz";
sha256 = "2629bf33a9070fad4804b1ef051c3bf8a8fdad3bba4e6188dc20588185003248";
sha256 = "0gzc82sy66pbsmq7lnmq4y37zqad1zfwfls3ik3dmfm8s5nmcvsb";
};

preConfigure = "./autogen.sh";
Expand Down

0 comments on commit f8fbb6f

Please sign in to comment.