From eecb5a3c91fa105d60964f9745209aa0846b6928 Mon Sep 17 00:00:00 2001 From: Tangled Date: Mon, 24 Mar 2025 20:56:35 +0000 Subject: [PATCH] fix for #58 go module mismatch I just changed the hash for goModHash and nix build succeeded. --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 637929e4..e53c6cb0 100644 --- a/flake.nix +++ b/flake.nix @@ -44,7 +44,7 @@ inherit (gitignore.lib) gitignoreSource; in { overlays.default = final: prev: let - goModHash = "sha256-zJKjcxd+gr+9Kx2e1lUv+0hlXlxJm5YbWeIGUo0eIiE="; + goModHash = "sha256-3gmXhututsJTFVPQi2uekTBP/qSJGgsDsVr7YU+z7d0="; buildCmdPackage = name: final.buildGoModule { pname = name; -- 2.51.2