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

This commit is contained in:
Aliaksandr
2026-03-02 13:16:05 +02:00
parent 2c3573fc1f
commit abc023161f
+2 -2
View File
@@ -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