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:
parent
6a0d3815a3
commit
b483c822f8
2 changed files with 4 additions and 4 deletions
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
callPackage ./generic.nix {
|
callPackage ./generic.nix {
|
||||||
inherit buildGoModule;
|
inherit buildGoModule;
|
||||||
version = "1.3.3";
|
version = "1.3.4";
|
||||||
sha256 = "sha256-/63QGknivXyBel2MhMzbh/rE+UrfV3mb+zPZzOU15WU=";
|
sha256 = "sha256-NeBZVCpylP16dPi68unk3H3/V6gWO/SvJRmjgwwwVts=";
|
||||||
vendorSha256 = "sha256-5ubJ6hgpdkZd/hwy+u2S6XgQLD5xmgUnaUqJoLdguBQ=";
|
vendorSha256 = "sha256-XIHtAB0js55mbVuTTWdLW5BMhQjd6/GUbcBk8DEYZg8=";
|
||||||
}
|
}
|
||||||
|
|
|
@ -9123,7 +9123,7 @@ with pkgs;
|
||||||
buildGoModule = buildGo117Module;
|
buildGoModule = buildGo117Module;
|
||||||
};
|
};
|
||||||
nomad_1_3 = callPackage ../applications/networking/cluster/nomad/1.3.nix {
|
nomad_1_3 = callPackage ../applications/networking/cluster/nomad/1.3.nix {
|
||||||
buildGoModule = buildGo118Module;
|
buildGoModule = buildGo119Module;
|
||||||
};
|
};
|
||||||
|
|
||||||
nomad-autoscaler = callPackage ../applications/networking/cluster/nomad-autoscaler { };
|
nomad-autoscaler = callPackage ../applications/networking/cluster/nomad-autoscaler { };
|
||||||
|
|
Loading…
Reference in a new issue