about summary refs log tree commit diff
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2024-02-20 12:24:14 +0800
committerGitHub <noreply@github.com>2024-02-20 12:24:14 +0800
commitf2de70a70ea9b2005f49ae20d58edc8496b0b934 (patch)
tree13f5ae505f2f6d54d106f134f52f167b8b0a2e97
parentd1af457d79a3f3900bead62ffce19229cc8646c5 (diff)
parente1135aaf4529414468a918ba0c262c08991f0bdd (diff)
downloadnixlib-f2de70a70ea9b2005f49ae20d58edc8496b0b934.tar
nixlib-f2de70a70ea9b2005f49ae20d58edc8496b0b934.tar.gz
nixlib-f2de70a70ea9b2005f49ae20d58edc8496b0b934.tar.bz2
nixlib-f2de70a70ea9b2005f49ae20d58edc8496b0b934.tar.lz
nixlib-f2de70a70ea9b2005f49ae20d58edc8496b0b934.tar.xz
nixlib-f2de70a70ea9b2005f49ae20d58edc8496b0b934.tar.zst
nixlib-f2de70a70ea9b2005f49ae20d58edc8496b0b934.zip
Merge pull request #289434 from r-ryantm/auto-update/shotwell
shotwell: 0.32.4 -> 0.32.6
-rw-r--r--pkgs/applications/graphics/shotwell/default.nix6
1 files changed, 2 insertions, 4 deletions
diff --git a/pkgs/applications/graphics/shotwell/default.nix b/pkgs/applications/graphics/shotwell/default.nix
index d93423e07521..9eb1fbb28ee4 100644
--- a/pkgs/applications/graphics/shotwell/default.nix
+++ b/pkgs/applications/graphics/shotwell/default.nix
@@ -11,7 +11,6 @@
 , libxml2
 , vala
 , sqlite
-, webkitgtk_4_1
 , pkg-config
 , gnome
 , gst_all_1
@@ -40,11 +39,11 @@
 
 stdenv.mkDerivation (finalAttrs: {
   pname = "shotwell";
-  version = "0.32.4";
+  version = "0.32.6";
 
   src = fetchurl {
     url = "mirror://gnome/sources/shotwell/${lib.versions.majorMinor finalAttrs.version}/shotwell-${finalAttrs.version}.tar.xz";
-    sha256 = "sha256-3iqUUIRtHOwUxqEDA3X9SeGvJNySCtZIA0QST5zLhW8=";
+    sha256 = "sha256-dZek/6yR4YzYFEsS8tCDE6P0Bbs2gkOnMmgm99kqcLY=";
   };
 
   nativeBuildInputs = [
@@ -67,7 +66,6 @@ stdenv.mkDerivation (finalAttrs: {
     libsoup_3
     libxml2
     sqlite
-    webkitgtk_4_1
     gst_all_1.gstreamer
     gst_all_1.gst-libav
     gst_all_1.gst-plugins-base