summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster/nomad/1.3.nix
diff options
context:
space:
mode:
authorzowoq <59103226+zowoq@users.noreply.github.com>2022-11-23 07:22:42 +1000
committerzowoq <59103226+zowoq@users.noreply.github.com>2022-11-23 10:04:45 +1000
commitcfd38d7a561a849a1c88f514c658dcfe8c947bb9 (patch)
tree1489f3c19fe3c81bf4b0e560c25598406259161b /pkgs/applications/networking/cluster/nomad/1.3.nix
parent3c95f2c96802eca4f32c685ac06d1e2c7a771a32 (diff)
downloadnixpkgs-cfd38d7a561a849a1c88f514c658dcfe8c947bb9.tar
nixpkgs-cfd38d7a561a849a1c88f514c658dcfe8c947bb9.tar.gz
nixpkgs-cfd38d7a561a849a1c88f514c658dcfe8c947bb9.tar.bz2
nixpkgs-cfd38d7a561a849a1c88f514c658dcfe8c947bb9.tar.lz
nixpkgs-cfd38d7a561a849a1c88f514c658dcfe8c947bb9.tar.xz
nixpkgs-cfd38d7a561a849a1c88f514c658dcfe8c947bb9.tar.zst
nixpkgs-cfd38d7a561a849a1c88f514c658dcfe8c947bb9.zip
nomad_1_3: 1.3.7 -> 1.3.8
https://github.com/hashicorp/nomad/releases/tag/v1.3.8
Diffstat (limited to 'pkgs/applications/networking/cluster/nomad/1.3.nix')
-rw-r--r--pkgs/applications/networking/cluster/nomad/1.3.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/networking/cluster/nomad/1.3.nix b/pkgs/applications/networking/cluster/nomad/1.3.nix
index cc64d677d04..65b28b51d25 100644
--- a/pkgs/applications/networking/cluster/nomad/1.3.nix
+++ b/pkgs/applications/networking/cluster/nomad/1.3.nix
@@ -4,7 +4,7 @@
 
 callPackage ./generic.nix {
   inherit buildGoModule;
-  version = "1.3.7";
-  sha256 = "sha256-hMMR7PdCViZdePXy9aFqTFBxoiuuXqIldXyCGkkr5MA=";
-  vendorSha256 = "sha256-unw2/E048jzDHj7glXc61UNZIr930UpU9RrXI6DByj4=";
+  version = "1.3.8";
+  sha256 = "sha256-hUmDWgGV8HAXew8SpcbhaiaF9VfBN5mk1W7t5lhnZ9I=";
+  vendorSha256 = "sha256-IfYobyDFriOldJnNfRK0QVKBfttoZZ1iOkt4cBQxd00=";
 }