Commit 40aa0e85 authored by lucasew's avatar lucasew
Browse files

darktable: fix updateScript



Signed-off-by: default avatarlucasew <lucas59356@gmail.com>
parent 0a4b89ad
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -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 = {