godns: update vendorSha256

This commit is contained in:
zowoq 2022-01-31 16:52:40 +10:00
parent bed3aed944
commit 2a1af50b37
2 changed files with 4 additions and 2 deletions

View file

@ -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;

View file

@ -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 { };