Skip to content

Commit

Permalink
Merge pull request NixOS#289588 from risicle/ris-nomad-1.5.15-1.6.8
Browse files Browse the repository at this point in the history
nomad_1_5: 1.5.13 -> 1.5.15, nomad_1_6: 1.6.6 -> 1.6.8
  • Loading branch information
amaxine authored Feb 18, 2024
2 parents 6ed8f03 + fe86b6c commit f975db4
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pkgs/applications/networking/cluster/nomad/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@ rec {

nomad_1_5 = generic {
buildGoModule = buildGo121Module;
version = "1.5.13";
sha256 = "sha256-SFPjcr3W6Sj1n+1ooi1HDMQEapgGapVy4HtqxSIVi9U=";
vendorHash = "sha256-F9lzO3jMVbDq8sA4rBo81vmIoOhK2N8d4HXX58HOw18=";
version = "1.5.15";
sha256 = "sha256-OFmGOU+ObA0+BS48y0ZyyxR+VI5DYL39peVKcyVHgGI=";
vendorHash = "sha256-Ds94lB43cyMNyRJZti0mZDWGTtSdwY31dDijfAUxR0I=";
license = lib.licenses.mpl20;
passthru.tests.nomad = nixosTests.nomad;
preCheck = ''
Expand All @@ -69,9 +69,9 @@ rec {

nomad_1_6 = generic {
buildGoModule = buildGo121Module;
version = "1.6.6";
sha256 = "sha256-E7HLBABOtDO/BUc2+4mD4yJ/sfy85gy67ZylRTZI3Cg=";
vendorHash = "sha256-6jq00RsukuP8OSkXhqYqQxpXtp/jm/GChEwEJTVyO10=";
version = "1.6.8";
sha256 = "sha256-lc/HZgyzqWZNW2WHOFZ43gCeL5Y2hwK4lXPgWGboPOY=";
vendorHash = "sha256-ecLhq4OHDhA1Bd/97NMpfePqtuCtVje3BdvCzcwWzas=";
license = lib.licenses.mpl20;
passthru.tests.nomad = nixosTests.nomad;
preCheck = ''
Expand Down

0 comments on commit f975db4

Please sign in to comment.