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.
This commit is contained in:
@@ -74,7 +74,7 @@ let
|
||||
pnpmDeps = fetchPnpmDeps {
|
||||
inherit (finalAttrs) pname version src;
|
||||
fetcherVersion = 3;
|
||||
hash = "sha256-Egehno2w8XyfaY+JVyVzTBlIwBpusgnMaObWNPTvh3M=";
|
||||
hash = "sha256-TisyRChMRFm5GgdW2wXPHS7NIPu04SSd97oVEgKJ2dI=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
||||
Reference in New Issue
Block a user