Merge pull request #65629 from endocrimes/r-nomad-0.9.4
nomad: 0.9.3 -> 0.9.4
This commit is contained in:
commit
7a7cf6faf0
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
buildGoPackage rec {
|
buildGoPackage rec {
|
||||||
name = "nomad-${version}";
|
name = "nomad-${version}";
|
||||||
version = "0.9.3";
|
version = "0.9.4";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
|
|
||||||
goPackagePath = "github.com/hashicorp/nomad";
|
goPackagePath = "github.com/hashicorp/nomad";
|
||||||
|
@ -12,7 +12,7 @@ buildGoPackage rec {
|
||||||
owner = "hashicorp";
|
owner = "hashicorp";
|
||||||
repo = "nomad";
|
repo = "nomad";
|
||||||
inherit rev;
|
inherit rev;
|
||||||
sha256 = "0hn9rr5v2y2pw0pmn27gz8dx5n964dsaf48sh0jhwc95b5q1rjwr";
|
sha256 = "1jgvnmmrz7ffpm6aamdrvklj94n7b43swk9cycqhlfbnzijianpn";
|
||||||
};
|
};
|
||||||
|
|
||||||
# We disable Nvidia GPU scheduling on Linux, as it doesn't work there:
|
# We disable Nvidia GPU scheduling on Linux, as it doesn't work there:
|
||||||
|
|
Loading…
Reference in a new issue