darktable: 5.2.0 -> 5.2.1 (#432708)

Co-authored-by: paperdigits <paperdigits@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-08-11 15:42:08 +00:00
committed by GitHub
co-authored by paperdigits
+2 -2
View File
@@ -92,12 +92,12 @@ let
'';
in
stdenv.mkDerivation rec {
version = "5.2.0";
version = "5.2.1";
pname = "darktable";
src = fetchurl {
url = "https://github.com/darktable-org/darktable/releases/download/release-${version}/darktable-${version}.tar.xz";
hash = "sha256-U6Rs1G73EYSFxKv0q0B8GBY5u4Y0JD7A7R98HoKZvsY=";
hash = "sha256-AvGqmuk5See8VMNO61/5LCuH+V0lR4Zd9VxgRnVk7hE=";
};
nativeBuildInputs = [