From 77721bc26690a8b3ca7e9e6b07f27205ee120c34 Mon Sep 17 00:00:00 2001 From: "meoware.exe" Date: Tue, 2 Jun 2026 01:34:10 +1000 Subject: [PATCH] nix: fix stale Darwin pnpmDeps hash after fetcherVersion 3 migration Ya forgot to update the hash <3 --- nix/injection-darwin.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/injection-darwin.nix b/nix/injection-darwin.nix index a9059977..e9b52b76 100644 --- a/nix/injection-darwin.nix +++ b/nix/injection-darwin.nix @@ -21,7 +21,7 @@ in pnpmDeps = fetchPnpmDeps { inherit pname src version; fetcherVersion = 3; - hash = "sha256-n3S7IzTTCoJdA80lmy5mQ2RJ7fj1EF7nk+oBcGTwYRM="; + hash = "sha256-HhBLCc77SzaG7way8LR8mMGEp0cyuUHqUa8CxKUBDTY="; }; buildPhase = ''