Commit 9c53679a authored by OPNA2608's avatar OPNA2608
Browse files

lomiri.lomiri-music-app: Fix passthru.updateScript

Tags are prefixed with v, need to remove that.
parent 137bd86c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -107,7 +107,7 @@ stdenv.mkDerivation (finalAttrs: {

  passthru = {
    tests.vm = nixosTests.lomiri-music-app;
    updateScript = gitUpdater { };
    updateScript = gitUpdater { rev-prefix = "v"; };
  };

  meta = {