shotwell: 0.32.6 -> 0.32.7

This commit is contained in:
R. Ryantm 2024-07-01 10:42:16 +00:00 committed by Bobby Rong
parent 6a2724e5ac
commit b294dd81cc

View File

@ -37,11 +37,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "shotwell";
version = "0.32.6";
version = "0.32.7";
src = fetchurl {
url = "mirror://gnome/sources/shotwell/${lib.versions.majorMinor finalAttrs.version}/shotwell-${finalAttrs.version}.tar.xz";
sha256 = "sha256-dZek/6yR4YzYFEsS8tCDE6P0Bbs2gkOnMmgm99kqcLY=";
sha256 = "sha256-EvMl4BnD5jjCuWFXG8IEd2dh6CYUZ+8btodViJM11fc=";
};
nativeBuildInputs = [