From ea106d5246b5b49b524e69ba253abe3ceb02d3fb Mon Sep 17 00:00:00 2001 From: nelind Date: Sun, 31 May 2026 00:51:24 +0200 Subject: [PATCH] chore(nix): update frontend pnpm hash --- frontend.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend.nix b/frontend.nix index 9d5e963..f977d02 100644 --- a/frontend.nix +++ b/frontend.nix @@ -21,7 +21,7 @@ stdenvNoCC.mkDerivation (finalAttrs: { inherit (finalAttrs) pname version src; inherit pnpm; fetcherVersion = 3; - hash = "sha256-qbmIAvE/3u/NB5x9bERCGQqwiDLkzjff3QchgR+ZDFs="; + hash = "sha256-dOQToZX/i2NV09rDeCKmb/ueYg0vLakxL5JSq8F9KB0="; }; nativeBuildInputs = [