nomad_1_3: 1.3.2 -> 1.3.3
This commit is contained in:
parent
084b922d4c
commit
07730a7b49
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.2";
|
version = "1.3.3";
|
||||||
sha256 = "0vrcdm0xjimi5z1j180wigf4gd806w73jxvrzclv2d2pr7pab6qq";
|
sha256 = "sha256-/63QGknivXyBel2MhMzbh/rE+UrfV3mb+zPZzOU15WU=";
|
||||||
vendorSha256 = "139bzvaw0nyl0whvs74m2hj2xww08zfd615wkn2y10c8f5h69arj";
|
vendorSha256 = "sha256-5ubJ6hgpdkZd/hwy+u2S6XgQLD5xmgUnaUqJoLdguBQ=";
|
||||||
}
|
}
|
||||||
|
|
|
@ -9045,7 +9045,7 @@ with pkgs;
|
||||||
};
|
};
|
||||||
nomad_1_3 = callPackage ../applications/networking/cluster/nomad/1.3.nix {
|
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
|
# 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 { };
|
nomad-autoscaler = callPackage ../applications/networking/cluster/nomad-autoscaler { };
|
||||||
|
|
Loading…
Reference in a new issue