Skip to content

Commit

Permalink
Merge pull request NixOS#289434 from r-ryantm/auto-update/shotwell
Browse files Browse the repository at this point in the history
shotwell: 0.32.4 -> 0.32.6
  • Loading branch information
bobby285271 authored Feb 20, 2024
2 parents d1af457 + e1135aa commit f2de70a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions pkgs/applications/graphics/shotwell/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
, libxml2
, vala
, sqlite
, webkitgtk_4_1
, pkg-config
, gnome
, gst_all_1
Expand Down Expand Up @@ -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 = [
Expand All @@ -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
Expand Down

0 comments on commit f2de70a

Please sign in to comment.