nomad: 0.9.3 -> 0.9.4

This commit is contained in:
Danielle Lancashire 2019-07-31 10:50:24 +02:00
parent 68c1171185
commit 4655b4957a
No known key found for this signature in database
GPG Key ID: 8D65584EF3DDF91B

View File

@ -2,7 +2,7 @@
buildGoPackage rec {
name = "nomad-${version}";
version = "0.9.3";
version = "0.9.4";
rev = "v${version}";
goPackagePath = "github.com/hashicorp/nomad";
@ -12,7 +12,7 @@ buildGoPackage rec {
owner = "hashicorp";
repo = "nomad";
inherit rev;
sha256 = "0hn9rr5v2y2pw0pmn27gz8dx5n964dsaf48sh0jhwc95b5q1rjwr";
sha256 = "1jgvnmmrz7ffpm6aamdrvklj94n7b43swk9cycqhlfbnzijianpn";
};
# We disable Nvidia GPU scheduling on Linux, as it doesn't work there: