From a9d70c58b121a7dd7407b6fdcb040a8d9ec46980 Mon Sep 17 00:00:00 2001 From: Oleks Date: Fri, 15 May 2026 17:15:07 +0300 Subject: [PATCH] fix(gitea-local-fork): refresh pnpmDeps.hash for v1.26.0-unstable-2026-05-15 The previous pin's pnpm-lock.yaml drifted between snapshots; the cached fetchPnpmDeps output was stale on hosts without a warmed store, causing ERR_PNPM_NO_OFFLINE_TARBALL on remote builders. Recomputed via nix build with empty hash, captured the 'got:' value. --- packages/gitea-local-fork.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/gitea-local-fork.nix b/packages/gitea-local-fork.nix index b15833f..8bda89c 100644 --- a/packages/gitea-local-fork.nix +++ b/packages/gitea-local-fork.nix @@ -74,7 +74,7 @@ let pnpmDeps = fetchPnpmDeps { inherit (finalAttrs) pname version src; fetcherVersion = 3; - hash = "sha256-Egehno2w8XyfaY+JVyVzTBlIwBpusgnMaObWNPTvh3M="; + hash = "sha256-TisyRChMRFm5GgdW2wXPHS7NIPu04SSd97oVEgKJ2dI="; }; nativeBuildInputs = [