parca: migrate from fetcherVersion = 1 to fetcherVersion = 3

This commit is contained in:
Aliaksandr
2026-03-02 02:04:57 +02:00
parent 5daa71efee
commit 66599d6c03
+2 -2
View File
@@ -27,8 +27,8 @@ let
pnpmDeps = fetchPnpmDeps {
inherit (finalAttrs) pname src version;
pnpm = pnpm_9;
fetcherVersion = 1;
hash = "sha256-MRzM3CrfJmmIHBcqHKuaEwmCm9a2RFXKJXtwY2v1SuI=";
fetcherVersion = 3;
hash = "sha256-RGIwJELFVUvDnci/uobnwhMBlCM4eEt2SHtuiZwF4BI=";
};
nativeBuildInputs = [