Unverified Commit 76a8561c authored by Cosima Neidahl's avatar Cosima Neidahl Committed by GitHub
Browse files

icestudio: Fix passthru.updateScript (#423425)

parents 6d35689a b1990e8a
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -102,7 +102,9 @@ buildNpmPackage rec {

    runHook postInstall
  '';
  passthru.updateScript = unstableGitUpdater { };
  passthru.updateScript = unstableGitUpdater {
    tagPrefix = "v";
  };

  nativeBuildInputs = [ makeWrapper ];