Skip to content

Commit

Permalink
darktable: fix updateScript (#367947)
Browse files Browse the repository at this point in the history
  • Loading branch information
GaetanLepage authored Dec 24, 2024
2 parents cf56aed + 40aa0e8 commit defcdc8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pkgs/by-name/da/darktable/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
gtk-mac-integration,

versionCheckHook,
nix-update-script,
gitUpdater,
}:

stdenv.mkDerivation rec {
Expand Down Expand Up @@ -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 = {
Expand Down

0 comments on commit defcdc8

Please sign in to comment.