summary refs log tree commit diff
path: root/pkgs/applications/graphics/shotwell/default.nix
diff options
context:
space:
mode:
authormimadrid <mimadrid@ucm.es>2017-02-14 23:59:00 +0100
committermimadrid <mimadrid@ucm.es>2017-02-14 23:59:00 +0100
commite3d7ce842bfb72cf04cc4a512a78ff28491d4e63 (patch)
treebfa03f5c0aaa1df0b06de8761e653a9d33036e3c /pkgs/applications/graphics/shotwell/default.nix
parent01fef3f7db4cc208faea31f26c9451b326058781 (diff)
downloadnixpkgs-e3d7ce842bfb72cf04cc4a512a78ff28491d4e63.tar
nixpkgs-e3d7ce842bfb72cf04cc4a512a78ff28491d4e63.tar.gz
nixpkgs-e3d7ce842bfb72cf04cc4a512a78ff28491d4e63.tar.bz2
nixpkgs-e3d7ce842bfb72cf04cc4a512a78ff28491d4e63.tar.lz
nixpkgs-e3d7ce842bfb72cf04cc4a512a78ff28491d4e63.tar.xz
nixpkgs-e3d7ce842bfb72cf04cc4a512a78ff28491d4e63.tar.zst
nixpkgs-e3d7ce842bfb72cf04cc4a512a78ff28491d4e63.zip
shotwell: 0.25.2 -> 0.25.5
Diffstat (limited to 'pkgs/applications/graphics/shotwell/default.nix')
-rw-r--r--pkgs/applications/graphics/shotwell/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/graphics/shotwell/default.nix b/pkgs/applications/graphics/shotwell/default.nix
index ca74cd1a4aa..814127abe7d 100644
--- a/pkgs/applications/graphics/shotwell/default.nix
+++ b/pkgs/applications/graphics/shotwell/default.nix
@@ -8,12 +8,12 @@
 stdenv.mkDerivation rec {
   version = "${major}.${minor}";
   major = "0.25";
-  minor = "2";
+  minor = "5";
   name = "shotwell-${version}";
 
   src = fetchurl {
     url = "mirror://gnome/sources/shotwell/${major}/${name}.tar.xz";
-    sha256 = "1bih5hr3pvpkx3fck55bnhngn4fl92ryjizc34wb8pwigbkxnaj1";
+    sha256 = "10pv3v789hky8h7ladqzzmgvkmgy3c41n4xz0nnyjmpycwl26g29";
   };
 
   NIX_CFLAGS_COMPILE = "-I${glib.dev}/include/glib-2.0 -I${glib.out}/lib/glib-2.0/include";