From 41e1ba95c96a7e88dae6e16a8f2c9a14656f3d5d Mon Sep 17 00:00:00 2001 From: techknowlogick Date: Sun, 28 Dec 2025 23:44:52 -0500 Subject: [PATCH] nomad_1_11: 1.11.0 -> 1.11.1 Diff: https://github.com/hashicorp/nomad/compare/v1.11.0...v1.11.1 --- pkgs/applications/networking/cluster/nomad/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/networking/cluster/nomad/default.nix b/pkgs/applications/networking/cluster/nomad/default.nix index dc677b6e377d..e4ab2fb2a5ce 100644 --- a/pkgs/applications/networking/cluster/nomad/default.nix +++ b/pkgs/applications/networking/cluster/nomad/default.nix @@ -85,9 +85,9 @@ rec { nomad_1_11 = generic { buildGoModule = buildGo125Module; - version = "1.11.0"; - hash = "sha256-ETC9zJVup/BLivsBWVez5/OLpl7cjdlIRACVK9ga3Io="; - vendorHash = "sha256-WqGWEjaPicpmkARSEQ/bqw8+GSemh1fcM3pb4BGjZpU="; + version = "1.11.1"; + hash = "sha256-xP3wSxDo59hme9G4+ATfGD0LTdf11+c/cSfPoKfeBLc="; + vendorHash = "sha256-CXWaEwJCKzggyCrHsa+PrLnQNQKI8G14uWno2NAvOwU="; license = lib.licenses.bsl11; passthru.tests.nomad = nixosTests.nomad; preCheck = ''