summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Gerbet <thomas@gerbet.me>2023-03-18 12:21:04 +0100
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2023-03-18 13:30:11 +0000
commit9ac3d1de4748db452ec51192522f93222b8d7ba3 (patch)
treed8294e15bcf66ddbfd0400d6daac2cb9089715ba
parentMerge pull request #204955 from NixOS/backport-204468-to-release-22.11 (diff)
downloadnixpkgs-origin/backport-221833-to-release-22.11.tar.gz
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 (cherry picked from commit a1238be2615289f9f505282462b440c3c207f996)
-rw-r--r--pkgs/applications/networking/cluster/nomad/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/networking/cluster/nomad/default.nix b/pkgs/applications/networking/cluster/nomad/default.nix
index 291027612a15..10c4984c9273 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;
};
}