nomad_0_11: drop
appears upstream has dropped support as fixes for CVE-2021-3283 were not backported
This commit is contained in:
parent
94365804d0
commit
8ae4b1be1c
@ -1,11 +0,0 @@
|
|||||||
{ callPackage
|
|
||||||
, buildGoPackage
|
|
||||||
, nvidia_x11
|
|
||||||
, nvidiaGpuSupport
|
|
||||||
}:
|
|
||||||
|
|
||||||
callPackage ./generic.nix {
|
|
||||||
inherit buildGoPackage nvidia_x11 nvidiaGpuSupport;
|
|
||||||
version = "0.11.8";
|
|
||||||
sha256 = "1dhh07bifr02jh2lls8fv1d9ra67ymgh8qxqvpvm0cd0qdd469z1";
|
|
||||||
}
|
|
@ -6506,11 +6506,6 @@ in
|
|||||||
# Nomad never updates major go versions within a release series and is unsupported
|
# Nomad never updates major go versions within a release series and is unsupported
|
||||||
# on Go versions that it did not ship with. Due to historic bugs when compiled
|
# on Go versions that it did not ship with. Due to historic bugs when compiled
|
||||||
# with different versions we pin Go for all versions.
|
# with different versions we pin Go for all versions.
|
||||||
nomad_0_11 = callPackage ../applications/networking/cluster/nomad/0.11.nix {
|
|
||||||
buildGoPackage = buildGo114Package;
|
|
||||||
inherit (linuxPackages) nvidia_x11;
|
|
||||||
nvidiaGpuSupport = config.cudaSupport or false;
|
|
||||||
};
|
|
||||||
nomad_0_12 = callPackage ../applications/networking/cluster/nomad/0.12.nix {
|
nomad_0_12 = callPackage ../applications/networking/cluster/nomad/0.12.nix {
|
||||||
buildGoPackage = buildGo114Package;
|
buildGoPackage = buildGo114Package;
|
||||||
inherit (linuxPackages) nvidia_x11;
|
inherit (linuxPackages) nvidia_x11;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user