summary refs log tree commit diff
diff options
context:
space:
mode:
authorzowoq <59103226+zowoq@users.noreply.github.com>2022-11-23 07:19:55 +1000
committerzowoq <59103226+zowoq@users.noreply.github.com>2022-11-23 10:04:45 +1000
commit3c95f2c96802eca4f32c685ac06d1e2c7a771a32 (patch)
treeeeff514ff6a11424cb6a6cee1edeadc11dc0d905
parentedecccd73c2108206225df1bede853f67faed378 (diff)
downloadnixpkgs-3c95f2c96802eca4f32c685ac06d1e2c7a771a32.tar
nixpkgs-3c95f2c96802eca4f32c685ac06d1e2c7a771a32.tar.gz
nixpkgs-3c95f2c96802eca4f32c685ac06d1e2c7a771a32.tar.bz2
nixpkgs-3c95f2c96802eca4f32c685ac06d1e2c7a771a32.tar.lz
nixpkgs-3c95f2c96802eca4f32c685ac06d1e2c7a771a32.tar.xz
nixpkgs-3c95f2c96802eca4f32c685ac06d1e2c7a771a32.tar.zst
nixpkgs-3c95f2c96802eca4f32c685ac06d1e2c7a771a32.zip
nomad_1_2: 1.2.14 -> 1.2.15
https://github.com/hashicorp/nomad/releases/tag/v1.2.15
-rw-r--r--pkgs/applications/networking/cluster/nomad/1.2.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/networking/cluster/nomad/1.2.nix b/pkgs/applications/networking/cluster/nomad/1.2.nix
index c0d0855bc17..e53854e95d2 100644
--- a/pkgs/applications/networking/cluster/nomad/1.2.nix
+++ b/pkgs/applications/networking/cluster/nomad/1.2.nix
@@ -4,7 +4,7 @@
 
 callPackage ./generic.nix {
   inherit buildGoModule;
-  version = "1.2.14";
-  sha256 = "sha256-BEbRXakMbgE44z1NOGThUuT1FukFUc1cnPkV5PXAY+4=";
-  vendorSha256 = "sha256-bOJ/qlvY3NHlR9C08vwfVn4Z/bSH15EPs3vvq78JoKs=";
+  version = "1.2.15";
+  sha256 = "sha256-p9yRjSapQAhuHv+slUmYI25bUb1N1A7LBiJOdk1++iI=";
+  vendorSha256 = "sha256-6d3tE337zVAIkzQzAnV2Ya5xwwhuzmKgtPUJcJ9HRto=";
 }