shotwell: 0.32.10 -> 0.32.13 (#415457)

This commit is contained in:
Bobby Rong
2025-06-11 00:11:23 +08:00
committed by GitHub
+2 -2
View File
@@ -40,11 +40,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "shotwell";
version = "0.32.10";
version = "0.32.13";
src = fetchurl {
url = "mirror://gnome/sources/shotwell/${lib.versions.majorMinor finalAttrs.version}/shotwell-${finalAttrs.version}.tar.xz";
sha256 = "sha256-JuRaYbVDGwlv/NF28RW9B76ad6aDNYmVQhBuGeB/QA4=";
sha256 = "sha256-vdPoT2AuL8frQoQ8kKJes6pJ+y/7de21HbAb0pBdvR4=";
};
nativeBuildInputs = [