darktable: 5.0.0 -> 5.0.1 (#381459)

This commit is contained in:
Tristan Ross
2025-02-12 10:29:43 -08:00
committed by GitHub
+2 -2
View File
@@ -80,12 +80,12 @@
}:
stdenv.mkDerivation rec {
version = "5.0.0";
version = "5.0.1";
pname = "darktable";
src = fetchurl {
url = "https://github.com/darktable-org/darktable/releases/download/release-${version}/darktable-${version}.tar.xz";
hash = "sha256-6qE25uYku1MScoLiaq+gRBq8wYm1U3FGXh9aikk/o6E=";
hash = "sha256-SpGNCU67qYPvZ6EMxxXD1+jKc4AJkgqf9l0zQXtt2YQ=";
};
nativeBuildInputs = [