nomad_1_3: 1.3.2 -> 1.3.3

This commit is contained in:
Astro 2022-08-15 22:50:27 +02:00 committed by Maxine Aubrey
parent 084b922d4c
commit 07730a7b49
No known key found for this signature in database
GPG key ID: F6FE033DFCB899F7
2 changed files with 4 additions and 4 deletions

View file

@ -4,7 +4,7 @@
callPackage ./generic.nix {
inherit buildGoModule;
version = "1.3.2";
sha256 = "0vrcdm0xjimi5z1j180wigf4gd806w73jxvrzclv2d2pr7pab6qq";
vendorSha256 = "139bzvaw0nyl0whvs74m2hj2xww08zfd615wkn2y10c8f5h69arj";
version = "1.3.3";
sha256 = "sha256-/63QGknivXyBel2MhMzbh/rE+UrfV3mb+zPZzOU15WU=";
vendorSha256 = "sha256-5ubJ6hgpdkZd/hwy+u2S6XgQLD5xmgUnaUqJoLdguBQ=";
}

View file

@ -9045,7 +9045,7 @@ with pkgs;
};
nomad_1_3 = callPackage ../applications/networking/cluster/nomad/1.3.nix {
# pinned due to build failure or vendoring problems. When unpinning double check with: nix-build -A $name.go-modules --rebuild
buildGoModule = buildGo117Module;
buildGoModule = buildGo118Module;
};
nomad-autoscaler = callPackage ../applications/networking/cluster/nomad-autoscaler { };