Skip to content

Commit 821e522

Browse files
mimadridglobin
mimadrid
authored andcommittedMay 8, 2017
shotwell: 0.26.0 -> 0.26.1
1 parent 31c2d20 commit 821e522

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎pkgs/applications/graphics/shotwell/default.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88
stdenv.mkDerivation rec {
99
version = "${major}.${minor}";
1010
major = "0.26";
11-
minor = "0";
11+
minor = "1";
1212
name = "shotwell-${version}";
1313

1414
src = fetchurl {
1515
url = "mirror://gnome/sources/shotwell/${major}/${name}.tar.xz";
16-
sha256 = "090hvw9qcfs3irh05aji7pqh50j4v6xpwmsbl3r11svik7ag8p9h";
16+
sha256 = "0xak1f69lp1yx3p8jgmr9c0z3jypi8zjpy3kiknn5n9g2f5cqq0a";
1717
};
1818

1919
NIX_CFLAGS_COMPILE = "-I${glib.dev}/include/glib-2.0 -I${glib.out}/lib/glib-2.0/include";

0 commit comments

Comments
 (0)
Please sign in to comment.