summary refs log tree commit diff
path: root/pkgs/applications/graphics/shotwell
diff options
context:
space:
mode:
authorJan Tojnar <jtojnar@gmail.com>2018-03-28 16:06:26 +0200
committerJan Tojnar <jtojnar@gmail.com>2018-03-28 19:50:31 +0200
commit30f8c93ad4d7f6e0c785a945b80cef2e8556e7ec (patch)
tree75f6cf31e84c88590391c0798db8296efb422284 /pkgs/applications/graphics/shotwell
parent025881c23649b1c99930081ec9dc6b9fcd04afb4 (diff)
downloadnixlib-30f8c93ad4d7f6e0c785a945b80cef2e8556e7ec.tar
nixlib-30f8c93ad4d7f6e0c785a945b80cef2e8556e7ec.tar.gz
nixlib-30f8c93ad4d7f6e0c785a945b80cef2e8556e7ec.tar.bz2
nixlib-30f8c93ad4d7f6e0c785a945b80cef2e8556e7ec.tar.lz
nixlib-30f8c93ad4d7f6e0c785a945b80cef2e8556e7ec.tar.xz
nixlib-30f8c93ad4d7f6e0c785a945b80cef2e8556e7ec.tar.zst
nixlib-30f8c93ad4d7f6e0c785a945b80cef2e8556e7ec.zip
shotwell: 0.28.0 → 0.28.1
Diffstat (limited to 'pkgs/applications/graphics/shotwell')
-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 5a24a364587e..c214fa58bc9b 100644
--- a/pkgs/applications/graphics/shotwell/default.nix
+++ b/pkgs/applications/graphics/shotwell/default.nix
@@ -7,13 +7,13 @@
 
 let
   pname = "shotwell";
-  version = "0.28.0";
+  version = "0.28.1";
 in stdenv.mkDerivation rec {
   name = "${pname}-${version}";
 
   src = fetchurl {
     url = "mirror://gnome/sources/${pname}/${gnome3.versionBranch version}/${name}.tar.xz";
-    sha256 = "1d797nmlz9gs6ri0h65b76s40ss6ma6h6405xqx03lhg5xni3kmg";
+    sha256 = "1ywikm5kdsr7q8hklh146x28rzvqkqfjs8kdpw7zcc15ri0dkzya";
   };
 
   nativeBuildInputs = [