Skip to content

Commit

Permalink
nomad_1_5: 1.5.13 -> 1.5.15
Browse files Browse the repository at this point in the history
  • Loading branch information
risicle committed Feb 17, 2024
1 parent 28d6a72 commit d576a0f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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 Down

0 comments on commit d576a0f

Please sign in to comment.