about summary refs log tree commit diff
diff options
context:
space:
mode:
authormaxine <35892750+amaxine@users.noreply.github.com>2024-02-18 12:22:27 +0100
committerGitHub <noreply@github.com>2024-02-18 12:22:27 +0100
commitf975db4c435697c9da09fd8381511e0f23b38c11 (patch)
tree72184ca663c2f1c6f233bea14c7933c6f53f26f5
parent6ed8f0348cf12a3d4ed2c7c535a21e3cdbd850f5 (diff)
parentfe86b6c863aee32d246ee5de79feab8d4dc0b410 (diff)
downloadnixlib-f975db4c435697c9da09fd8381511e0f23b38c11.tar
nixlib-f975db4c435697c9da09fd8381511e0f23b38c11.tar.gz
nixlib-f975db4c435697c9da09fd8381511e0f23b38c11.tar.bz2
nixlib-f975db4c435697c9da09fd8381511e0f23b38c11.tar.lz
nixlib-f975db4c435697c9da09fd8381511e0f23b38c11.tar.xz
nixlib-f975db4c435697c9da09fd8381511e0f23b38c11.tar.zst
nixlib-f975db4c435697c9da09fd8381511e0f23b38c11.zip
Merge pull request #289588 from risicle/ris-nomad-1.5.15-1.6.8
nomad_1_5: 1.5.13 -> 1.5.15, nomad_1_6: 1.6.6 -> 1.6.8
-rw-r--r--pkgs/applications/networking/cluster/nomad/default.nix12
1 files changed, 6 insertions, 6 deletions
diff --git a/pkgs/applications/networking/cluster/nomad/default.nix b/pkgs/applications/networking/cluster/nomad/default.nix
index 6da399d031f6..e0181e69c0b9 100644
--- a/pkgs/applications/networking/cluster/nomad/default.nix
+++ b/pkgs/applications/networking/cluster/nomad/default.nix
@@ -57,9 +57,9 @@ rec {
 
   nomad_1_5 = generic {
     buildGoModule = buildGo121Module;
-    version = "1.5.13";
-    sha256 = "sha256-SFPjcr3W6Sj1n+1ooi1HDMQEapgGapVy4HtqxSIVi9U=";
-    vendorHash = "sha256-F9lzO3jMVbDq8sA4rBo81vmIoOhK2N8d4HXX58HOw18=";
+    version = "1.5.15";
+    sha256 = "sha256-OFmGOU+ObA0+BS48y0ZyyxR+VI5DYL39peVKcyVHgGI=";
+    vendorHash = "sha256-Ds94lB43cyMNyRJZti0mZDWGTtSdwY31dDijfAUxR0I=";
     license = lib.licenses.mpl20;
     passthru.tests.nomad = nixosTests.nomad;
     preCheck = ''
@@ -69,9 +69,9 @@ rec {
 
   nomad_1_6 = generic {
     buildGoModule = buildGo121Module;
-    version = "1.6.6";
-    sha256 = "sha256-E7HLBABOtDO/BUc2+4mD4yJ/sfy85gy67ZylRTZI3Cg=";
-    vendorHash = "sha256-6jq00RsukuP8OSkXhqYqQxpXtp/jm/GChEwEJTVyO10=";
+    version = "1.6.8";
+    sha256 = "sha256-lc/HZgyzqWZNW2WHOFZ43gCeL5Y2hwK4lXPgWGboPOY=";
+    vendorHash = "sha256-ecLhq4OHDhA1Bd/97NMpfePqtuCtVje3BdvCzcwWzas=";
     license = lib.licenses.mpl20;
     passthru.tests.nomad = nixosTests.nomad;
     preCheck = ''