summary refs log tree commit diff
path: root/pkgs/applications/graphics/shotwell/default.nix
diff options
context:
space:
mode:
authormimadrid <mimadrid@ucm.es>2017-05-07 22:20:05 +0200
committerRobin Gloster <mail@glob.in>2017-05-08 16:06:01 +0200
commit821e522d6fcf3889fca5da838e2c39fa5c873711 (patch)
tree93885c57a8e38636887c6d64a2f1b06e077b20fa /pkgs/applications/graphics/shotwell/default.nix
parent31c2d20621722d9d388e0afd10a6cc2e39c13d96 (diff)
downloadnixpkgs-821e522d6fcf3889fca5da838e2c39fa5c873711.tar
nixpkgs-821e522d6fcf3889fca5da838e2c39fa5c873711.tar.gz
nixpkgs-821e522d6fcf3889fca5da838e2c39fa5c873711.tar.bz2
nixpkgs-821e522d6fcf3889fca5da838e2c39fa5c873711.tar.lz
nixpkgs-821e522d6fcf3889fca5da838e2c39fa5c873711.tar.xz
nixpkgs-821e522d6fcf3889fca5da838e2c39fa5c873711.tar.zst
nixpkgs-821e522d6fcf3889fca5da838e2c39fa5c873711.zip
shotwell: 0.26.0 -> 0.26.1
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 0c77857e66b..c020f7fc6ca 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.26";
-  minor = "0";
+  minor = "1";
   name = "shotwell-${version}";
 
   src = fetchurl {
     url = "mirror://gnome/sources/shotwell/${major}/${name}.tar.xz";
-    sha256 = "090hvw9qcfs3irh05aji7pqh50j4v6xpwmsbl3r11svik7ag8p9h";
+    sha256 = "0xak1f69lp1yx3p8jgmr9c0z3jypi8zjpy3kiknn5n9g2f5cqq0a";
   };
 
   NIX_CFLAGS_COMPILE = "-I${glib.dev}/include/glib-2.0 -I${glib.out}/lib/glib-2.0/include";