summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-10-31 21:10:03 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-10-31 21:10:03 +0000
commit71307b21f877d3f5230d1360cc6d6f427164c26a (patch)
treeec207d0f36850b21dc02ea971b950d7e0dcf6039
parent2784272f5baa2ade2347c1e02a9665d85b85d723 (diff)
downloadnixpkgs-71307b21f877d3f5230d1360cc6d6f427164c26a.tar
nixpkgs-71307b21f877d3f5230d1360cc6d6f427164c26a.tar.gz
nixpkgs-71307b21f877d3f5230d1360cc6d6f427164c26a.tar.bz2
nixpkgs-71307b21f877d3f5230d1360cc6d6f427164c26a.tar.lz
nixpkgs-71307b21f877d3f5230d1360cc6d6f427164c26a.tar.xz
nixpkgs-71307b21f877d3f5230d1360cc6d6f427164c26a.tar.zst
nixpkgs-71307b21f877d3f5230d1360cc6d6f427164c26a.zip
nomad_1_6: 1.6.2 -> 1.6.3
-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 c973a20ad53..f5f3961ade4 100644
--- a/pkgs/applications/networking/cluster/nomad/default.nix
+++ b/pkgs/applications/networking/cluster/nomad/default.nix
@@ -75,9 +75,9 @@ rec {
 
   nomad_1_6 = generic {
     buildGoModule = buildGo121Module;
-    version = "1.6.2";
-    sha256 = "sha256-Q0RyO9FZWGxWgVmTU07/pw5P4Ebcwcednq8TDmshuAk=";
-    vendorHash = "sha256-XCuWhKuBtSPTK8fXwgjMKMjwLnl1KWZKSJ4Ih9XDIDc=";
+    version = "1.6.3";
+    sha256 = "sha256-5UWGriDy15PX3+9UppcUsEwih/e9COLVBis3fn+24L0=";
+    vendorHash = "sha256-gXoheW6Ww9Iu4utKNHweP2blzhWid+Q9Tp0ZgCmBAVg=";
     passthru.tests.nomad = nixosTests.nomad;
     preCheck = ''
       export PATH="$PATH:$NIX_BUILD_TOP/go/bin"