about summary refs log tree commit diff
path: root/pkgs/applications/networking
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-02-09 06:55:18 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-02-09 06:55:18 +0000
commit71be18cef5691c4e9928f230b53cb4ed0f0220c2 (patch)
tree2b95be75063d9a946aa62d121ae437ae581cea5e /pkgs/applications/networking
parent4441de75cb87dd21c4249989496ca193bc51f44b (diff)
downloadnixlib-71be18cef5691c4e9928f230b53cb4ed0f0220c2.tar
nixlib-71be18cef5691c4e9928f230b53cb4ed0f0220c2.tar.gz
nixlib-71be18cef5691c4e9928f230b53cb4ed0f0220c2.tar.bz2
nixlib-71be18cef5691c4e9928f230b53cb4ed0f0220c2.tar.lz
nixlib-71be18cef5691c4e9928f230b53cb4ed0f0220c2.tar.xz
nixlib-71be18cef5691c4e9928f230b53cb4ed0f0220c2.tar.zst
nixlib-71be18cef5691c4e9928f230b53cb4ed0f0220c2.zip
nomad_1_7: 1.7.3 -> 1.7.4
Diffstat (limited to 'pkgs/applications/networking')
-rw-r--r--pkgs/applications/networking/cluster/nomad/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/networking/cluster/nomad/default.nix b/pkgs/applications/networking/cluster/nomad/default.nix
index 10c00fc96f5e..2f76d4c17421 100644
--- a/pkgs/applications/networking/cluster/nomad/default.nix
+++ b/pkgs/applications/networking/cluster/nomad/default.nix
@@ -81,9 +81,9 @@ rec {
 
   nomad_1_7 = generic {
     buildGoModule = buildGo121Module;
-    version = "1.7.3";
-    sha256 = "sha256-Rl/bDglO87kbtxFCy0eiTQVJCAwPobQI4GJQOflvXhk=";
-    vendorHash = "sha256-M8lGzUvPY8hNhN9ExHasfnLhe+DYBb86RXr1wdrRbgw=";
+    version = "1.7.4";
+    sha256 = "sha256-iyY899W/uwP/wQcarKufSpJdXRAtwDxT6yw5vrB6Xmk=";
+    vendorHash = "sha256-yPf19IRTq+LAaoHsEFVuPJLapFxH3o16y0PbYW0ehiw=";
     license = lib.licenses.bsl11;
     passthru.tests.nomad = nixosTests.nomad;
     preCheck = ''