fix: Fix Nix hashes
Some checks failed
CodeQL / Analyze (push) Failing after 1s
Deploy to GitHub Pages / build (push) Failing after 0s
Deploy to GitHub Pages / deploy (push) Has been skipped
Docker / build (push) Failing after 0s
Mirror to Codeberg / Mirror (push) Has been cancelled

This commit is contained in:
Jesse Wierzbinski 2026-05-19 19:13:03 +02:00
parent f5918cc7f9
commit eb8ea5edf2
2 changed files with 5 additions and 5 deletions

6
flake.lock generated
View file

@ -20,11 +20,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1763618868,
"narHash": "sha256-v5afmLjn/uyD9EQuPBn7nZuaZVV9r+JerayK/4wvdWA=",
"lastModified": 1778869304,
"narHash": "sha256-30sZNZoA1cqF5JNO9fVX+wgiQYjB7HJqqJ4ztCDeBZE=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "a8d610af3f1a5fb71e23e08434d8d61a466fc942",
"rev": "d233902339c02a9c334e7e593de68855ad26c4cb",
"type": "github"
},
"original": {

View file

@ -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 = [