about summary refs log tree commit diff
path: root/pkgs/applications/graphics
diff options
context:
space:
mode:
authorJan Tojnar <jtojnar@gmail.com>2022-05-25 19:26:26 +0200
committerGitHub <noreply@github.com>2022-05-25 19:26:26 +0200
commit485d323a4c5390d229fb239760745d9584d3f12d (patch)
treeec51d988d705ab386fd3922e1129754f8c26cf48 /pkgs/applications/graphics
parent8dc951af1d1a3de2031ac28fa0fd67852a44a215 (diff)
parent2d6c4410424e75048144b147cb3e6ad51432fd82 (diff)
Merge pull request #174102 from jtojnar/gnome-updates
GNOME updates
Diffstat (limited to 'pkgs/applications/graphics')
-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 098d330f004a1..9720b88be8706 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 = [