summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladimír Čunát <v@cunat.cz>2023-03-26 16:14:08 +0200
committerVladimír Čunát <v@cunat.cz>2023-03-26 16:14:08 +0200
commit026aa2e906b52f56deb2afdd1fbf6718440c8bbc (patch)
tree1d607e1d766188004edb0212feacac0527211428
parentMerge pull request #223052 from Yarny0/tsm-client-2211 (diff)
parentnomad_1_4: 1.4.4 -> 1.4.6 (diff)
downloadnixpkgs-026aa2e906b52f56deb2afdd1fbf6718440c8bbc.tar.gz
Merge #221850: nomad_1_4: 1.4.4 -> 1.4.6
...into release-22.11
-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;
};
}