From b18e7af6859fb5cad858731b9d05d32b59154262 Mon Sep 17 00:00:00 2001 From: tarik02 <12175048+tarik02@users.noreply.github.com> Date: Mon, 3 Aug 2026 07:01:03 +0000 Subject: [PATCH] update nix pnpm dependency hash --- nix/package.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/package.nix b/nix/package.nix index 731c1e62e..57d2a8218 100644 --- a/nix/package.nix +++ b/nix/package.nix @@ -49,7 +49,7 @@ stdenv.mkDerivation (finalAttrs: { ; inherit pnpm; fetcherVersion = 4; - hash = "sha256-4pO+a4+kqvHGt4iRt7Cz+Pe1TvLcVAMchECw5uu7b80="; + hash = "sha256-I0GRPst6FaY0lO7xbHxy+AYWa/li0xO6QFAj2LLkMt4="; }; postPatch = lib.optionalString (finalAttrs.version != sourceVersion) ''