From 26a3ab5b2f387ade9821e8744bc271cd485efc1d Mon Sep 17 00:00:00 2001 From: Erich Blume Date: Thu, 30 Apr 2026 21:04:38 -0700 Subject: [PATCH] =?UTF-8?q?fixup:=20alloy=20default.nix=20=E2=80=94=20refr?= =?UTF-8?q?esh=20goModules=20outputHash=20for=20v1.16.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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) --- containers/alloy/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/containers/alloy/default.nix b/containers/alloy/default.nix index 6692424..c884704 100644 --- a/containers/alloy/default.nix +++ b/containers/alloy/default.nix @@ -57,7 +57,7 @@ let ''; outputHashMode = "recursive"; - outputHash = "sha256-rD7zqomSVv4d8NaC7jXXgihuQvK8guaAN0KrsBRWMVQ="; + outputHash = "sha256-9/v85HyDInJB+9qHauKVuDol6Yf5mkXfMWgCr7RdRTk="; outputHashAlgo = "sha256"; };