darktable: fix updateScript (#367947)

This commit is contained in:
Gaétan Lepage
2024-12-24 18:10:02 +01:00
committed by GitHub
+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 = {