overlayed: migrate from fetcherVersion = 1 to fetcherVersion = 3

This commit is contained in:
Aliaksandr
2026-03-02 01:56:09 +02:00
parent 6811cf7e3d
commit 5daa71efee
+2 -2
View File
@@ -36,8 +36,8 @@ rustPlatform.buildRustPackage rec {
pnpmDeps = fetchPnpmDeps {
inherit pname version src;
pnpm = pnpm_9;
fetcherVersion = 1;
hash = "sha256-+yyxoodcDfqJ2pkosd6sMk77/71RDsGthedo1Oigwto=";
fetcherVersion = 3;
hash = "sha256-KJZuucXB7BEMnqPmgytveG/IBEzq4mgMo9ZJHPe/gVs=";
};
nativeBuildInputs = [