forked from tangled.org/core
this repo has no description

nix: bump mod hash

Changed files
+1 -1
+1 -1
flake.nix
···
inherit (gitignore.lib) gitignoreSource;
in {
overlays.default = final: prev: let
-
goModHash = "sha256-uTj1iG29ZJKR3Hzue14awrKaiOT68Ap2xxQolT4zTyM=";
+
goModHash = "sha256-SfyLSQa3g30PXCi/VQOm0cz372B6YdXE7xfBlhgCGec=";
buildCmdPackage = name:
final.buildGoModule {
pname = name;