corerad: update vendorSha256

This commit is contained in:
zowoq 2022-01-31 14:24:31 +10:00
parent 2b8d08b2be
commit 1857efe646
2 changed files with 4 additions and 2 deletions

View file

@ -11,7 +11,7 @@ buildGoModule rec {
sha256 = "0sf2r4q57hwdakv0b4skn76b0xy7bwj2j9rpj6frs5fkk6gsi6sm";
};
vendorSha256 = "123f9y1pfayfd5amkw5b8jzi8dbn7a16kbf7lzbmw69c1gj4gx9z";
vendorSha256 = "0mbzbgd53mdmq2jpg845mmphb894l6di0ds53n6r3sv777k00sgh";
doCheck = false;

View file

@ -22276,7 +22276,9 @@ with pkgs;
coredns = callPackage ../servers/dns/coredns { };
corerad = callPackage ../tools/networking/corerad { };
corerad = callPackage ../tools/networking/corerad {
buildGoModule = buildGo117Module;
};
cpufrequtils = callPackage ../os-specific/linux/cpufrequtils { };