nomad_1_3: 1.3.3 -> 1.3.4

https://github.com/hashicorp/nomad/releases/tag/v1.3.4

> c417103e5a
> Backport of build: update to go1.19 into release/1.3.x
This commit is contained in:
zowoq 2022-08-26 08:45:01 +10:00
parent 6a0d3815a3
commit b483c822f8
2 changed files with 4 additions and 4 deletions

View file

@ -4,7 +4,7 @@
callPackage ./generic.nix {
inherit buildGoModule;
version = "1.3.3";
sha256 = "sha256-/63QGknivXyBel2MhMzbh/rE+UrfV3mb+zPZzOU15WU=";
vendorSha256 = "sha256-5ubJ6hgpdkZd/hwy+u2S6XgQLD5xmgUnaUqJoLdguBQ=";
version = "1.3.4";
sha256 = "sha256-NeBZVCpylP16dPi68unk3H3/V6gWO/SvJRmjgwwwVts=";
vendorSha256 = "sha256-XIHtAB0js55mbVuTTWdLW5BMhQjd6/GUbcBk8DEYZg8=";
}

View file

@ -9123,7 +9123,7 @@ with pkgs;
buildGoModule = buildGo117Module;
};
nomad_1_3 = callPackage ../applications/networking/cluster/nomad/1.3.nix {
buildGoModule = buildGo118Module;
buildGoModule = buildGo119Module;
};
nomad-autoscaler = callPackage ../applications/networking/cluster/nomad-autoscaler { };