diff --git a/srcpkgs/nomad/template b/srcpkgs/nomad/template index 8b6ad81e192..7de89d77967 100644 --- a/srcpkgs/nomad/template +++ b/srcpkgs/nomad/template @@ -1,11 +1,11 @@ # Template file for 'nomad' pkgname=nomad version=0.9.4 -revision=1 +revision=2 build_style=go go_import_path="github.com/hashicorp/${pkgname}" go_build_tags="ui release" -_git_commit=23c4597dbb6d1d46e020301b0f63db5cff80d3f0 +_git_commit=6c4863c5f61b0cdfb609927f6f67e17d90454197 go_ldflags="-X ${go_import_path}/version.GitCommit=${_git_commit}" hostmakedepends="git" short_desc="Cluster scheduler designed to easily integrate into existing workflows"