summary refs log tree commit diff
path: root/pkgs/applications/graphics/shotwell/default.nix
diff options
context:
space:
mode:
authormimadrid <mimadrid@ucm.es>2017-10-27 23:11:50 +0200
committermimadrid <mimadrid@ucm.es>2017-10-27 23:11:50 +0200
commit51babe0fa88ecaec80917ece4e84d9cef39c7eb5 (patch)
tree86085f20f25a548c23f58d529e2aaf3975e63f5e /pkgs/applications/graphics/shotwell/default.nix
parent7ce848309e6d64820af1e96045c5386992e90a4a (diff)
downloadnixpkgs-51babe0fa88ecaec80917ece4e84d9cef39c7eb5.tar
nixpkgs-51babe0fa88ecaec80917ece4e84d9cef39c7eb5.tar.gz
nixpkgs-51babe0fa88ecaec80917ece4e84d9cef39c7eb5.tar.bz2
nixpkgs-51babe0fa88ecaec80917ece4e84d9cef39c7eb5.tar.lz
nixpkgs-51babe0fa88ecaec80917ece4e84d9cef39c7eb5.tar.xz
nixpkgs-51babe0fa88ecaec80917ece4e84d9cef39c7eb5.tar.zst
nixpkgs-51babe0fa88ecaec80917ece4e84d9cef39c7eb5.zip
shotwell: 0.27.0 -> 0.27.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 a3be867d6ed..b0a6f7caf88 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.27";
-  minor = "0";
+  minor = "1";
   name = "shotwell-${version}";
 
   src = fetchurl {
     url = "mirror://gnome/sources/shotwell/${major}/${name}.tar.xz";
-    sha256 = "03vwp314kckr67p7shrysqpr95hc3326lk3bv40g11i9clsik1a2";
+    sha256 = "1jav7qv0s1v6wvd7x2ri85hjqnbswq883pnd228qhd6bhjbryp89";
   };
 
   NIX_CFLAGS_COMPILE = "-I${glib.dev}/include/glib-2.0 -I${glib.out}/lib/glib-2.0/include";