Commit b1990e8a authored by OPNA2608's avatar OPNA2608
Browse files

icestudio: Fix passthru.updateScript

parent a1f46341
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 ];