about summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster
diff options
context:
space:
mode:
authorCottand <nico.dc@outlook.com>2023-12-09 08:55:30 +0000
committerCottand <nico.dc@outlook.com>2023-12-09 08:55:30 +0000
commit7b2399a63c2791cc91ca7f9d44fc2510dcc0d1fa (patch)
treecee7607a325dd141bb48da60ce8869c2d1cc64bb /pkgs/applications/networking/cluster
parent8959708ee6cf3a47ae3e7f80146761618b3142e5 (diff)
1.7.0 -> 1.7.1
Diffstat (limited to 'pkgs/applications/networking/cluster')
-rw-r--r--pkgs/applications/networking/cluster/nomad/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/cluster/nomad/default.nix b/pkgs/applications/networking/cluster/nomad/default.nix
index 2ca0ca8d9fd61..5a6c60235a431 100644
--- a/pkgs/applications/networking/cluster/nomad/default.nix
+++ b/pkgs/applications/networking/cluster/nomad/default.nix
@@ -86,8 +86,8 @@ rec {
 
   nomad_1_7 = generic {
     buildGoModule = buildGo121Module;
-    version = "1.7.0";
-    sha256 = "sha256-7l7HBs5FymSTDXQzHCPpD35bFyz7zsA0ZnYiwTkd2Ts=";
+    version = "1.7.1";
+    sha256 = "sha256-dlKlpgQRug/72UmIogOkKNGBT3sPjgGVVuvzHZ4vh3c=";
     vendorHash = "sha256-MZmhFdZZBkKZDgON1ewVm9Z9jZ1EULp/yMT9q6fCqIw=";
     passthru.tests.nomad = nixosTests.nomad;
     preCheck = ''