forked from tangled.org/core
Monorepo for Tangled

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
··· 44 44 inherit (gitignore.lib) gitignoreSource; 45 45 in { 46 46 overlays.default = final: prev: let 47 - goModHash = "sha256-zJKjcxd+gr+9Kx2e1lUv+0hlXlxJm5YbWeIGUo0eIiE="; 47 + goModHash = "sha256-3gmXhututsJTFVPQi2uekTBP/qSJGgsDsVr7YU+z7d0="; 48 48 buildCmdPackage = name: 49 49 final.buildGoModule { 50 50 pname = name;