From 3e0b1ed07329055646aee8b97d84c352395e6185 Mon Sep 17 00:00:00 2001 From: Padreug Date: Sat, 23 May 2026 11:03:20 +0200 Subject: [PATCH] build: bump fetcherVersion 2 -> 3 to skip deprecation --- webapp.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp.nix b/webapp.nix index 851b203..16278c8 100644 --- a/webapp.nix +++ b/webapp.nix @@ -21,7 +21,7 @@ let pnpmDeps = pkgs.fetchPnpmDeps { inherit (finalAttrs) pname version src; hash = cfg.pnpmDepsHash; - fetcherVersion = 2; + fetcherVersion = 3; }; nativeBuildInputs = [ pkgs.nodejs_20 pkgs.pnpmConfigHook ];