darktable: fix updateScript

Signed-off-by: lucasew <lucas59356@gmail.com>
This commit is contained in:
lucasew
2024-12-24 12:44:56 -03:00
parent 0a4b89adfe
commit 40aa0e85b2
+3 -2
View File
@@ -62,7 +62,7 @@
gtk-mac-integration,
versionCheckHook,
nix-update-script,
gitUpdater,
}:
stdenv.mkDerivation rec {
@@ -171,8 +171,9 @@ stdenv.mkDerivation rec {
versionCheckProgramArg = [ "--version" ];
doInstallCheck = true;
passthru.updateScript = nix-update-script {
passthru.updateScript = gitUpdater {
rev-prefix = "release-";
url = "https://github.com/darktable-org/darktable";
};
meta = {