Unverified Commit b256f824 authored by zowoq's avatar zowoq Committed by GitHub
Browse files

Merge pull request #308573 from jopejoe1/accounts-qt/fix/update-script

{kdePackages.accounts-qt, libaccounts-glib}: fix update script
parents 7d20c0c8 dd6ecb3f
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; {
+1 −1
Original line number Diff line number Diff line
@@ -51,7 +51,7 @@ stdenv.mkDerivation rec {
  ];

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

  meta = with lib; {