From f2754efeb20a311768e9058a8d123d0c33916e15 Mon Sep 17 00:00:00 2001 From: nelind Date: Fri, 17 Jul 2026 02:10:57 +0200 Subject: [PATCH] chore(nix): use fetcherVersion 4 of fetchPnmpDeps --- frontend.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend.nix b/frontend.nix index f977d02..976c346 100644 --- a/frontend.nix +++ b/frontend.nix @@ -20,8 +20,8 @@ stdenvNoCC.mkDerivation (finalAttrs: { pnpmDeps = fetchPnpmDeps { inherit (finalAttrs) pname version src; inherit pnpm; - fetcherVersion = 3; - hash = "sha256-dOQToZX/i2NV09rDeCKmb/ueYg0vLakxL5JSq8F9KB0="; + fetcherVersion = 4; + hash = "sha256-+P4UUkZKQJVfGbDFKR0gRMU+wYK9K7NBYo1s/ebRK9I="; }; nativeBuildInputs = [