diff --git a/srcpkgs/nomad/template b/srcpkgs/nomad/template index 6cc47babf0a..0e6f169d011 100644 --- a/srcpkgs/nomad/template +++ b/srcpkgs/nomad/template @@ -1,11 +1,11 @@ # Template file for 'nomad' pkgname=nomad version=1.2.3 -revision=1 +revision=2 build_style=go go_import_path="github.com/hashicorp/nomad" go_build_tags="ui release" -_git_commit=bee0c3e04eb4ce34b8ac22ff27fcb421a9dccec5 +_git_commit=55e5c49b99a6fd2bf925e7fd98d95829776c331f go_ldflags="-X ${go_import_path}/version.GitCommit=${_git_commit}" hostmakedepends="git" short_desc="Cluster scheduler designed to easily integrate into existing workflows"