forked from mirrors/nixpkgs
nomad-autoscaler: update vendorSha256
This commit is contained in:
parent
1f2ef55547
commit
0a9b154866
|
@ -28,7 +28,7 @@ let
|
|||
sha256 = "sha256-SmlcQH+K/axl6Gj+bX0Quk6K/usP0c1hWnIdFjS1dn8=";
|
||||
};
|
||||
|
||||
vendorSha256 = "sha256-tO8vi9jBV6rVcGk/OoaXzpnQi4yPdozYZZwAMFCz2+c=";
|
||||
vendorSha256 = "sha256-g3INNvAQ124kBJSe5cnsIq1y8sWpPYKLwJONgbIUaoM=";
|
||||
|
||||
subPackages = [ "." ];
|
||||
|
||||
|
|
|
@ -8114,7 +8114,9 @@ with pkgs;
|
|||
nvidiaGpuSupport = config.cudaSupport or false;
|
||||
};
|
||||
|
||||
nomad-autoscaler = callPackage ../applications/networking/cluster/nomad-autoscaler { };
|
||||
nomad-autoscaler = callPackage ../applications/networking/cluster/nomad-autoscaler {
|
||||
buildGoModule = buildGo117Module;
|
||||
};
|
||||
|
||||
nomad-driver-podman = callPackage ../applications/networking/cluster/nomad-driver-podman { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue