summary refs log tree commit diff
path: root/pkgs/applications/graphics/shotwell/default.nix
diff options
context:
space:
mode:
authorJan Tojnar <jtojnar@gmail.com>2018-03-03 01:45:00 +0100
committerJan Tojnar <jtojnar@gmail.com>2018-03-05 06:06:08 +0100
commit5b141e2d4921377bccd58e1885ce9c194820cb72 (patch)
tree0e0735f752b0c953b7b530366992b5dc9016129b /pkgs/applications/graphics/shotwell/default.nix
parenta3a82096a7a5a622fd8e9950b7a355912803020f (diff)
downloadnixpkgs-5b141e2d4921377bccd58e1885ce9c194820cb72.tar
nixpkgs-5b141e2d4921377bccd58e1885ce9c194820cb72.tar.gz
nixpkgs-5b141e2d4921377bccd58e1885ce9c194820cb72.tar.bz2
nixpkgs-5b141e2d4921377bccd58e1885ce9c194820cb72.tar.lz
nixpkgs-5b141e2d4921377bccd58e1885ce9c194820cb72.tar.xz
nixpkgs-5b141e2d4921377bccd58e1885ce9c194820cb72.tar.zst
nixpkgs-5b141e2d4921377bccd58e1885ce9c194820cb72.zip
shotwell: 0.27.2 → 0.27.4
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 e038f50fdb0..bba6a189b8f 100644
--- a/pkgs/applications/graphics/shotwell/default.nix
+++ b/pkgs/applications/graphics/shotwell/default.nix
@@ -7,13 +7,13 @@
 
 let
   pname = "shotwell";
-  version = "0.27.2";
+  version = "0.27.4";
 in stdenv.mkDerivation rec {
   name = "${pname}-${version}";
 
   src = fetchurl {
     url = "mirror://gnome/sources/${pname}/${gnome3.versionBranch version}/${name}.tar.xz";
-    sha256 = "0bxc15gk2306fvxg6bg1s6c706yd89i66ldng0z102mcfi98warb";
+    sha256 = "0g2vphhpxrljpy9sryfsgaayix807i1i9plj9bay72dk0zphqab2";
   };
 
   nativeBuildInputs = [