Compare commits

..

2 commits

Author SHA1 Message Date
Jesse Wierzbinski 3ef7b774d5 fix: 🐛 Fix Nix hash
Some checks failed
CodeQL / Analyze (javascript) (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) Failing after 0s
2025-07-19 04:51:05 +02:00
Jesse Wierzbinski 9f5ded75d7 fix: 🐛 Add fetcherVersion to nix build 2025-07-19 04:36:32 +02:00
2 changed files with 5 additions and 4 deletions

View file

@ -20,11 +20,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1751949589, "lastModified": 1752841793,
"narHash": "sha256-mgFxAPLWw0Kq+C8P3dRrZrOYEQXOtKuYVlo9xvPntt8=", "narHash": "sha256-pGvcN/yiJ4e3/hgvTwkyZvl6c3HuLLCY/hjEzDuQB54=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "9b008d60392981ad674e04016d25619281550a9d", "rev": "8131c0ea9df6293a247be743a387ff725e464db7",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -17,7 +17,8 @@ in
pnpmDeps = pnpm.fetchDeps { pnpmDeps = pnpm.fetchDeps {
inherit (finalAttrs) pname version src; inherit (finalAttrs) pname version src;
hash = "sha256-Xzkl43wRt7hx5GO36eWyqjigtweKtaDoeyq2tXFivx8="; fetcherVersion = 2;
hash = "sha256-OusyjvdhLtZKkGjkG0ftGoOdn4F07ViZl8s5iNgrHXw=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [