mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-03-08 01:04:06 +01:00
aonsoku: migrate from fetcherVersion = 1 to fetcherVersion = 3
This commit is contained in:
parent
53f4380bd6
commit
f1377ca332
1 changed files with 2 additions and 2 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue