Merge pull request #112233 from maxeaubrey/nomad_bump
This commit is contained in:
commit
8d7a505faf
@ -1,11 +0,0 @@
|
|||||||
{ callPackage
|
|
||||||
, buildGoPackage
|
|
||||||
, nvidia_x11
|
|
||||||
, nvidiaGpuSupport
|
|
||||||
}:
|
|
||||||
|
|
||||||
callPackage ./generic.nix {
|
|
||||||
inherit buildGoPackage nvidia_x11 nvidiaGpuSupport;
|
|
||||||
version = "0.11.8";
|
|
||||||
sha256 = "1dhh07bifr02jh2lls8fv1d9ra67ymgh8qxqvpvm0cd0qdd469z1";
|
|
||||||
}
|
|
@ -6,6 +6,6 @@
|
|||||||
|
|
||||||
callPackage ./generic.nix {
|
callPackage ./generic.nix {
|
||||||
inherit buildGoPackage nvidia_x11 nvidiaGpuSupport;
|
inherit buildGoPackage nvidia_x11 nvidiaGpuSupport;
|
||||||
version = "0.12.9";
|
version = "0.12.10";
|
||||||
sha256 = "1a0ig6pb0z3qp7zk4jgz3h241bifmjlyqsfikyy3sxdnzj7yha27";
|
sha256 = "12hlzjkay7y1502nmfvq2qkhp9pq7vp4zxypawnh98qvxbzv149l";
|
||||||
}
|
}
|
||||||
|
@ -6,6 +6,6 @@
|
|||||||
|
|
||||||
callPackage ./generic.nix {
|
callPackage ./generic.nix {
|
||||||
inherit buildGoPackage nvidia_x11 nvidiaGpuSupport;
|
inherit buildGoPackage nvidia_x11 nvidiaGpuSupport;
|
||||||
version = "1.0.2";
|
version = "1.0.3";
|
||||||
sha256 = "1l9j6k5dzh9ym9j75mam10vd9b5qh4xqfj6d63bjp7gkk4hd1jxx";
|
sha256 = "142rwpli8mbyg4vhhybnym34rk9w1ns4ddfhqjr1ygmxb1rlsngi";
|
||||||
}
|
}
|
||||||
|
@ -6511,16 +6511,13 @@ in
|
|||||||
|
|
||||||
noip = callPackage ../tools/networking/noip { };
|
noip = callPackage ../tools/networking/noip { };
|
||||||
|
|
||||||
nomad = nomad_0_12;
|
nomad = nomad_1_0;
|
||||||
|
|
||||||
# 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 {
|
# Upstream partially documents used Go versions here
|
||||||
buildGoPackage = buildGo114Package;
|
# https://github.com/hashicorp/nomad/blob/master/contributing/golang.md
|
||||||
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…
Reference in New Issue
Block a user