Merge pull request #65629 from endocrimes/r-nomad-0.9.4

nomad: 0.9.3 -> 0.9.4
This commit is contained in:
Sarah Brofeldt 2019-07-31 17:43:42 +02:00 committed by GitHub
commit 7a7cf6faf0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: