aonsoku: migrate from fetcherVersion = 1 to fetcherVersion = 3

This commit is contained in:
Aliaksandr 2026-02-26 03:42:46 +02:00
parent 53f4380bd6
commit f1377ca332
No known key found for this signature in database
GPG key ID: CACB28BA93CE71A2

View file

@ -29,8 +29,8 @@ rustPlatform.buildRustPackage (finalAttrs: {
pnpmDeps = fetchPnpmDeps {
inherit (finalAttrs) pname version src;
pnpm = pnpm_8;
fetcherVersion = 1;
hash = "sha256-h1rcM+H2c0lk7bpGeQT5ue9bQIggrCFHkj4o7KxnH08=";
fetcherVersion = 3;
hash = "sha256-gOPjNZCljr8OvU/xLs9ZQ27dl3RatscXddOyPfSVdoE=";
};
cargoRoot = "src-tauri";