summary refs log tree commit diff
path: root/pkgs/applications/graphics/shotwell/default.nix
diff options
context:
space:
mode:
authorJan Tojnar <jtojnar@gmail.com>2022-05-21 16:03:54 +0000
committerJan Tojnar <jtojnar@gmail.com>2022-05-23 13:37:27 +0200
commit2f87de7b08a1de5b8f9c501b03c81bcc1e4d9a7e (patch)
tree25240477b55af7153e4cb8be88adc7c47136722c /pkgs/applications/graphics/shotwell/default.nix
parent275b2f85ec3844ea0f949e5ca8e2e85c5b9a287d (diff)
downloadnixpkgs-2f87de7b08a1de5b8f9c501b03c81bcc1e4d9a7e.tar
nixpkgs-2f87de7b08a1de5b8f9c501b03c81bcc1e4d9a7e.tar.gz
nixpkgs-2f87de7b08a1de5b8f9c501b03c81bcc1e4d9a7e.tar.bz2
nixpkgs-2f87de7b08a1de5b8f9c501b03c81bcc1e4d9a7e.tar.lz
nixpkgs-2f87de7b08a1de5b8f9c501b03c81bcc1e4d9a7e.tar.xz
nixpkgs-2f87de7b08a1de5b8f9c501b03c81bcc1e4d9a7e.tar.zst
nixpkgs-2f87de7b08a1de5b8f9c501b03c81bcc1e4d9a7e.zip
shotwell: 0.30.15 → 0.30.16
https://gitlab.gnome.org/GNOME/shotwell/-/compare/shotwell-0.30.15...shotwell-0.30.16
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 098d330f004..9720b88be87 100644
--- a/pkgs/applications/graphics/shotwell/default.nix
+++ b/pkgs/applications/graphics/shotwell/default.nix
@@ -41,11 +41,11 @@
 
 stdenv.mkDerivation rec {
   pname = "shotwell";
-  version = "0.30.15";
+  version = "0.30.16";
 
   src = fetchurl {
     url = "mirror://gnome/sources/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
-    sha256 = "sha256-OlKtYLEC2g31902wMcRdTM8mNRPJVGFu4WZL9PTpvck=";
+    sha256 = "sha256-yYgs+9rTA8uBYbFJrLtMYX++fKn2q24i0XTiRH51GPo=";
   };
 
   nativeBuildInputs = [