serve: migrate from fetcherVersion = 2 to fetcherVersion = 3

This commit is contained in:
Aliaksandr
2026-05-05 17:18:07 +03:00
parent 0e6dbf88d0
commit cd560ce376
+2 -2
View File
@@ -23,8 +23,8 @@ buildNpmPackage (finalAttrs: {
pnpmDeps = fetchPnpmDeps {
inherit (finalAttrs) pname version src;
pnpm = pnpm_9;
fetcherVersion = 2;
hash = "sha256-IJMu0XHwEn2TZP/He79FFGl/PeXOCTD51lIgmImpyKo=";
fetcherVersion = 3;
hash = "sha256-N5oasGilHECndJZYdRHZFvAa4aYwmPtOTBZtcty4g/k=";
};
nativeBuildInputs = [ pnpm_9 ];