fixup: alloy default.nix — refresh goModules outputHash for v1.16.0
Local nix-build on ringtail (after the go_1_26 + GOTOOLCHAIN=local fix) surfaced the new module-cache hash: specified: sha256-rD7zqomSVv4d8NaC7jXXgihuQvK8guaAN0KrsBRWMVQ= got: sha256-9/v85HyDInJB+9qHauKVuDol6Yf5mkXfMWgCr7RdRTk= Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
b091858b63
commit
26a3ab5b2f
1 changed files with 1 additions and 1 deletions
|
|
@ -57,7 +57,7 @@ let
|
|||
'';
|
||||
|
||||
outputHashMode = "recursive";
|
||||
outputHash = "sha256-rD7zqomSVv4d8NaC7jXXgihuQvK8guaAN0KrsBRWMVQ=";
|
||||
outputHash = "sha256-9/v85HyDInJB+9qHauKVuDol6Yf5mkXfMWgCr7RdRTk=";
|
||||
outputHashAlgo = "sha256";
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue