From a1238be2615289f9f505282462b440c3c207f996 Mon Sep 17 00:00:00 2001 From: Thomas Gerbet Date: Sat, 18 Mar 2023 12:21:04 +0100 Subject: [PATCH] nomad_1_4: 1.4.4 -> 1.4.6 Fixes CVE-2023-1296. https://discuss.hashicorp.com/t/hcsec-2023-09-nomad-acls-can-not-deny-access-to-workloads-own-variables/51390 https://github.com/hashicorp/nomad/releases/tag/v1.4.6 https://github.com/hashicorp/nomad/releases/tag/v1.4.5 --- 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 ba7f86e9e7d6..ce0ee37849cc 100644 --- a/pkgs/applications/networking/cluster/nomad/default.nix +++ b/pkgs/applications/networking/cluster/nomad/default.nix @@ -62,9 +62,9 @@ rec { nomad_1_4 = generic { buildGoModule = buildGo120Module; - version = "1.4.4"; - sha256 = "sha256-mAimuWolTJ3lMY/ArnLZFu+GZv9ADdGsriXsTcEgdYc="; - vendorSha256 = "sha256-QtP7pzsIBd2S79AUcbOeVG71Mb5qK706rq5DkT41VqM="; + version = "1.4.6"; + sha256 = "sha256-l4GvQIS5JSSgjBjPivAKAb7gKlVLw4WoZpPR8LxnLNc="; + vendorSha256 = "sha256-05BhKF6kx0wbu74cidpTFhUN668R/AxV6qWmchCm/WE="; passthru.tests.nomad = nixosTests.nomad; }; }