Skip to content

Commit 2138371

Browse files
committed
Revert "nomad: 0.11.3 -> 0.12.1"
This reverts commit 36b2073.
1 parent 76d60b0 commit 2138371

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
buildGoPackage rec {
44
pname = "nomad";
5-
version = "0.12.1";
5+
version = "0.11.3";
66
rev = "v${version}";
77

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

1818
# ui:

0 commit comments

Comments
 (0)