Skip to content

Commit d07bf42

Browse files
hectorjglobin
authored andcommittedJul 18, 2017
nomad: 0.5.5 -> 0.5.6
1 parent b4387e7 commit d07bf42

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎pkgs/applications/networking/cluster/nomad/default.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
buildGoPackage rec {
44
name = "nomad-${version}";
5-
version = "0.5.5";
5+
version = "0.5.6";
66
rev = "v${version}";
77

88
goPackagePath = "github.com/hashicorp/nomad";
@@ -12,7 +12,7 @@ buildGoPackage rec {
1212
owner = "hashicorp";
1313
repo = "nomad";
1414
inherit rev;
15-
sha256 = "17xq88ymm77b6y27l4v49i9hm6yjyrk61rdb2v7nvn8fa4bn6b65";
15+
sha256 = "1ivxsrg8s5fcyhngf8wlrqw6j7s2iggbf9xkr8jnd80cxbcpnksl";
1616
};
1717

1818
meta = with stdenv.lib; {

0 commit comments

Comments
 (0)
Please sign in to comment.