godns: update vendorSha256
This commit is contained in:
parent
bed3aed944
commit
2a1af50b37
@ -11,7 +11,7 @@ buildGoModule rec {
|
||||
sha256 = "sha256-U8fmjcPeTcKlf721UIbA4/JYeM4l+OIyAPGNp8IPvSk=";
|
||||
};
|
||||
|
||||
vendorSha256 = "sha256-8fluCDKrMNnIAlJFlDAisk/P+IYHBCdl7hkSbQtgy1A=";
|
||||
vendorSha256 = "sha256-OyqkjA90zcfqRL6pfISR/6WXbv5LwVhKDECBtlqords=";
|
||||
|
||||
# Some tests require internet access, broken in sandbox
|
||||
doCheck = false;
|
||||
|
@ -1021,7 +1021,9 @@ with pkgs;
|
||||
|
||||
gofu = callPackage ../applications/misc/gofu { };
|
||||
|
||||
godns = callPackage ../tools/networking/godns { };
|
||||
godns = callPackage ../tools/networking/godns {
|
||||
buildGoModule = buildGo117Module;
|
||||
};
|
||||
|
||||
godspeed = callPackage ../tools/networking/godspeed { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user