mirror of
https://github.com/versia-pub/frontend.git
synced 2026-06-11 22:19:15 +02:00
fix: Fix Nix hashes
Some checks failed
Some checks failed
This commit is contained in:
parent
f5918cc7f9
commit
eb8ea5edf2
2 changed files with 5 additions and 5 deletions
|
|
@ -17,8 +17,8 @@ in
|
|||
|
||||
pnpmDeps = pnpm.fetchDeps {
|
||||
inherit (finalAttrs) pname version src;
|
||||
fetcherVersion = 2;
|
||||
hash = "sha256-bE3RWSojtKeNfy8M3nQB6/bK9qvtldf4erUNvtbC/GY=";
|
||||
fetcherVersion = 3;
|
||||
hash = "sha256-cBcHtyffeFIJu7KkotI7aFA0Omlhd3uzE/W3zu/z+mo=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue