From 2ddb47d131d5aafbc30e4a0190ea569db9b661e6 Mon Sep 17 00:00:00 2001 From: Bobby Rong Date: Sun, 23 Apr 2023 01:12:27 +0000 Subject: shotwell: 0.31.7 → 0.32.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://gitlab.gnome.org/GNOME/shotwell/-/compare/shotwell-0.31.7...shotwell-0.32.0 --- pkgs/applications/graphics/shotwell/default.nix | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) (limited to 'pkgs/applications/graphics/shotwell') diff --git a/pkgs/applications/graphics/shotwell/default.nix b/pkgs/applications/graphics/shotwell/default.nix index 623a8d783f767..c326b9725b8ef 100644 --- a/pkgs/applications/graphics/shotwell/default.nix +++ b/pkgs/applications/graphics/shotwell/default.nix @@ -1,7 +1,6 @@ { lib , stdenv , fetchurl -, fetchpatch2 , meson , ninja , gtk3 @@ -42,22 +41,13 @@ stdenv.mkDerivation rec { pname = "shotwell"; - version = "0.31.7"; + version = "0.32.0"; src = fetchurl { url = "mirror://gnome/sources/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz"; - sha256 = "sha256-gPCj2HVS+L3vpeNig77XZ9AFdtqMyWpEo9NKQjXEmeA="; + sha256 = "sha256-F3Ky+h56VHnVKAKLyaMD8oVeHZWaWzyReSLmOpipCxk="; }; - patches = [ - # Fix build with vala 0.56.4, can be removed on next update - # https://gitlab.gnome.org/GNOME/shotwell/-/merge_requests/69 - (fetchpatch2 { - url = "https://gitlab.gnome.org/GNOME/shotwell/-/commit/cd82759231e5ece2fa0dea40397c9051d15fd5c2.patch"; - hash = "sha256-Vy2kvUlmPdEEuPB1RTcI5pGYNveeiQ+lId0YVlWo4wU="; - }) - ]; - nativeBuildInputs = [ meson ninja -- cgit 1.4.1