summary refs log tree commit diff
path: root/pkgs/applications/graphics/shotwell
diff options
context:
space:
mode:
authormimadrid <mimadrid@ucm.es>2017-10-23 23:10:06 +0200
committerDomen Kožar <domen@enlambda.com>2017-10-24 12:45:38 +0100
commit5715f276da428b17200e922003731cf89a4620d4 (patch)
treeb45921ac0b93cf20909570e4625da3c50b192255 /pkgs/applications/graphics/shotwell
parenteec692a1b405ee0452f072e7a622918bd0db4ac6 (diff)
downloadnixlib-5715f276da428b17200e922003731cf89a4620d4.tar
nixlib-5715f276da428b17200e922003731cf89a4620d4.tar.gz
nixlib-5715f276da428b17200e922003731cf89a4620d4.tar.bz2
nixlib-5715f276da428b17200e922003731cf89a4620d4.tar.lz
nixlib-5715f276da428b17200e922003731cf89a4620d4.tar.xz
nixlib-5715f276da428b17200e922003731cf89a4620d4.tar.zst
nixlib-5715f276da428b17200e922003731cf89a4620d4.zip
shotwell: 0.26.2 -> 0.27.0
Diffstat (limited to 'pkgs/applications/graphics/shotwell')
-rw-r--r--pkgs/applications/graphics/shotwell/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/graphics/shotwell/default.nix b/pkgs/applications/graphics/shotwell/default.nix
index 3f31b86fe492..a3be867d6ed1 100644
--- a/pkgs/applications/graphics/shotwell/default.nix
+++ b/pkgs/applications/graphics/shotwell/default.nix
@@ -7,13 +7,13 @@
 
 stdenv.mkDerivation rec {
   version = "${major}.${minor}";
-  major = "0.26";
-  minor = "2";
+  major = "0.27";
+  minor = "0";
   name = "shotwell-${version}";
 
   src = fetchurl {
     url = "mirror://gnome/sources/shotwell/${major}/${name}.tar.xz";
-    sha256 = "0frjqa6nmh025clwnb74z2rzbdq65wjcp2lf9csgcbkpahyjhrag";
+    sha256 = "03vwp314kckr67p7shrysqpr95hc3326lk3bv40g11i9clsik1a2";
   };
 
   NIX_CFLAGS_COMPILE = "-I${glib.dev}/include/glib-2.0 -I${glib.out}/lib/glib-2.0/include";