mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-20 08:59:32 +03:00
helmsman: update vendorSha256
This commit is contained in:
parent
3a78e8e08d
commit
ff85b40f48
@ -11,7 +11,7 @@ buildGoModule rec {
|
||||
sha256 = "sha256-KZrv447Yz4WxtkmQkGLsnZC0ok0rWCM2Fs+m8LVTGfM=";
|
||||
};
|
||||
|
||||
vendorSha256 = "sha256-4imZrZfpR/5tw9ZFSTr7Gx4G9O1iHNE9YRYMOJFKvHU=";
|
||||
vendorSha256 = "sha256-F+b4EXAxa4+O6yepx+9eRrdq294ZcQ+sODFUCKYpSuo=";
|
||||
|
||||
doCheck = false;
|
||||
|
||||
|
@ -33166,7 +33166,9 @@ with pkgs;
|
||||
|
||||
helmfile = callPackage ../applications/networking/cluster/helmfile { };
|
||||
|
||||
helmsman = callPackage ../applications/networking/cluster/helmsman { };
|
||||
helmsman = callPackage ../applications/networking/cluster/helmsman {
|
||||
buildGoModule = buildGo117Module;
|
||||
};
|
||||
|
||||
velero = callPackage ../applications/networking/cluster/velero { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user