Unverified Commit abc02316 authored by Aliaksandr's avatar Aliaksandr
Browse files

moonfire-nvr: migrate from fetcherVersion = 1 to fetcherVersion = 3

parent 2c3573fc
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -36,8 +36,8 @@ let
      inherit (finalAttrs) pname version src;
      pnpm = pnpm_9;
      sourceRoot = "${finalAttrs.src.name}/ui";
      fetcherVersion = 1;
      hash = "sha256-7fMhUFlV5lz+A9VG8IdWoc49C2CTdLYQlEgBSBqJvtw=";
      fetcherVersion = 3;
      hash = "sha256-1bkuou8jfWqdev4ZlpqvC4BRrFj//LK6ImVvSeMUEuM=";
    };
    installPhase = ''
      runHook preInstall