Commit 2fb5891c authored by jopejoe1's avatar jopejoe1
Browse files

kdePackages.accounts-qt: fix update script

parent 4c85d13a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -22,7 +22,7 @@ stdenv.mkDerivation (finalAttrs: {
  '';

  passthru.updateScript = gitUpdater {
    rev = "VERSION_";
    rev-prefix = "VERSION_";
  };

  meta = with lib; {