mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 01:43:15 +00:00
nerdctl: update vendorSha256
This commit is contained in:
parent
e35f5180e3
commit
844082a3f9
@ -19,7 +19,7 @@ buildGoModule rec {
|
||||
sha256 = "sha256-ZnSDL1a4I3e7z2w5MdG6tFZH0PT4jCYX34f+mOmO0oA=";
|
||||
};
|
||||
|
||||
vendorSha256 = "sha256-S0WRLln80pdGWCe6ub3bMZ6G2PbXwvCEGDDzez+nF9E=";
|
||||
vendorSha256 = "sha256-Gk3KBHLux7d7olS16liPYO7yYL2wryWLX5bKgCLEhB8=";
|
||||
|
||||
nativeBuildInputs = [ makeWrapper installShellFiles ];
|
||||
|
||||
|
@ -7232,7 +7232,9 @@ with pkgs;
|
||||
|
||||
ncrack = callPackage ../tools/security/ncrack { };
|
||||
|
||||
nerdctl = callPackage ../applications/networking/cluster/nerdctl { };
|
||||
nerdctl = callPackage ../applications/networking/cluster/nerdctl {
|
||||
buildGoModule = buildGo117Module;
|
||||
};
|
||||
|
||||
netdata = callPackage ../tools/system/netdata {
|
||||
inherit (darwin.apple_sdk.frameworks) CoreFoundation IOKit;
|
||||
|
Loading…
Reference in New Issue
Block a user