mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
corerad: update vendorSha256
This commit is contained in:
parent
2b8d08b2be
commit
1857efe646
2 changed files with 4 additions and 2 deletions
|
@ -11,7 +11,7 @@ buildGoModule rec {
|
|||
sha256 = "0sf2r4q57hwdakv0b4skn76b0xy7bwj2j9rpj6frs5fkk6gsi6sm";
|
||||
};
|
||||
|
||||
vendorSha256 = "123f9y1pfayfd5amkw5b8jzi8dbn7a16kbf7lzbmw69c1gj4gx9z";
|
||||
vendorSha256 = "0mbzbgd53mdmq2jpg845mmphb894l6di0ds53n6r3sv777k00sgh";
|
||||
|
||||
doCheck = false;
|
||||
|
||||
|
|
|
@ -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 { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue