summary refs log tree commit diff
path: root/pkgs/applications/graphics/shotwell/default.nix
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2020-08-31 00:52:07 +0000
committerR. RyanTM <ryantm-bot@ryantm.com>2020-08-31 00:52:07 +0000
commitb7a8f9a057eb7286177e99559822d592bf2b4d08 (patch)
tree5eff0bcabdbba649f0f6d22753635225ab3a6cf0 /pkgs/applications/graphics/shotwell/default.nix
parentd6d64dee970a2b0001f2a64a387253ba7a9501e9 (diff)
downloadnixpkgs-b7a8f9a057eb7286177e99559822d592bf2b4d08.tar
nixpkgs-b7a8f9a057eb7286177e99559822d592bf2b4d08.tar.gz
nixpkgs-b7a8f9a057eb7286177e99559822d592bf2b4d08.tar.bz2
nixpkgs-b7a8f9a057eb7286177e99559822d592bf2b4d08.tar.lz
nixpkgs-b7a8f9a057eb7286177e99559822d592bf2b4d08.tar.xz
nixpkgs-b7a8f9a057eb7286177e99559822d592bf2b4d08.tar.zst
nixpkgs-b7a8f9a057eb7286177e99559822d592bf2b4d08.zip
shotwell: 0.31.1 -> 0.31.2
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 3549a16e270..c041d2dde8c 100644
--- a/pkgs/applications/graphics/shotwell/default.nix
+++ b/pkgs/applications/graphics/shotwell/default.nix
@@ -40,11 +40,11 @@
 
 stdenv.mkDerivation rec {
   pname = "shotwell";
-  version = "0.31.1";
+  version = "0.31.2";
 
   src = fetchurl {
     url = "mirror://gnome/sources/${pname}/${stdenv.lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
-    sha256 = "0mbgrad4d4snffw2z3rkhwqq1bkxdgy52pblx99vjadvpgspb034";
+    sha256 = "0ywzr6vgcz8yy60v0jp55na9lgqi4dbh2vakfphkcml1gpah0r2l";
   };
 
   nativeBuildInputs = [