about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFabián Heredia Montiel <303897+fabianhjr@users.noreply.github.com>2023-12-15 15:42:28 +0000
committerGitHub <noreply@github.com>2023-12-15 15:42:28 +0000
commitc0e63d06ed811d25c88c7398a9c4d525a3c6f9b2 (patch)
tree0f8fe858d6ee2de66976812dbc4662a547ab25cf
parentf4543610b8d4e494b8bdfb3bde04489a88c4143f (diff)
parentcf6c9f1a30b3d0e84915a6b215d22b231951cfcc (diff)
Merge pull request #274247 from Cottand/nomad-1512
nomad_1_5: 1.5.8 -> 1.5.12
-rw-r--r--pkgs/applications/networking/cluster/nomad/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/applications/networking/cluster/nomad/default.nix b/pkgs/applications/networking/cluster/nomad/default.nix
index d80e703988bb4..a953d16084576 100644
--- a/pkgs/applications/networking/cluster/nomad/default.nix
+++ b/pkgs/applications/networking/cluster/nomad/default.nix
@@ -63,10 +63,10 @@ rec {
   };
 
   nomad_1_5 = generic {
-    buildGoModule = buildGo120Module;
-    version = "1.5.8";
-    sha256 = "sha256-5VAUNunQz4s1Icd+s5i8Kx6u1P0By+ikl4C5wXM1oho=";
-    vendorHash = "sha256-y3WiQuoQn6SdwTgtPWuB6EBtsJC+YleQPzownZQNkno=";
+    buildGoModule = buildGo121Module;
+    version = "1.5.12";
+    sha256 = "sha256-BhKetWtwysWTYI0ruEp/Ixh4eoGxDX0Geup2PCXfsZY=";
+    vendorHash = "sha256-X4pBxKWr5QFRxh9tw5QDpytyuVNXQvV1LHm5IbPELY0=";
     passthru.tests.nomad = nixosTests.nomad;
     preCheck = ''
       export PATH="$PATH:$NIX_BUILD_TOP/go/bin"