forked from tangled.org/core
Monorepo for Tangled — https://tangled.org

fix for #58 go module mismatch

I just changed the hash for goModHash and nix build succeeded.

Tangled a3228d8d 238f1b6d

Changed files
+1 -1
+1 -1
flake.nix
···
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;