From a7cd9915586dd0e9598a0eb943ec6edeead87452 Mon Sep 17 00:00:00 2001 From: "Luna Mira Lage (Desoroxxx)" Date: Mon, 11 May 2026 11:50:51 +0200 Subject: [PATCH 1/2] nix: migrate fetchPnpmDeps (Linux) --- nix/injection-linux.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nix/injection-linux.nix b/nix/injection-linux.nix index 3d113eb..e9b52b7 100644 --- a/nix/injection-linux.nix +++ b/nix/injection-linux.nix @@ -20,8 +20,8 @@ in pnpmDeps = fetchPnpmDeps { inherit pname src version; - fetcherVersion = 1; - hash = "sha256-XJqU8RkNHq/RS9kSbgtuSlZZ+1ZoLk0rYnW+G268KxQ="; + fetcherVersion = 3; + hash = "sha256-HhBLCc77SzaG7way8LR8mMGEp0cyuUHqUa8CxKUBDTY="; }; buildPhase = '' From 604ccc6890f3f6ed027f646e4e674ed838602f21 Mon Sep 17 00:00:00 2001 From: "Luna Mira Lage (Desoroxxx)" Date: Wed, 13 May 2026 21:21:50 +0200 Subject: [PATCH 2/2] nix: migrate fetchPnpmDeps (Darwin) --- 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 efcc45e..a905997 100644 --- a/nix/injection-darwin.nix +++ b/nix/injection-darwin.nix @@ -20,7 +20,7 @@ in pnpmDeps = fetchPnpmDeps { inherit pname src version; - fetcherVersion = 1; + fetcherVersion = 3; hash = "sha256-n3S7IzTTCoJdA80lmy5mQ2RJ7fj1EF7nk+oBcGTwYRM="; };