nomad: 0.11.3 -> 0.11.4, 0.12.2
adds multiversion support, defaults to 0.11
This commit is contained in:
@@ -5608,7 +5608,9 @@ in
|
||||
|
||||
noip = callPackage ../tools/networking/noip { };
|
||||
|
||||
nomad = callPackage ../applications/networking/cluster/nomad { };
|
||||
nomad = nomad_0_11;
|
||||
nomad_0_11 = callPackage ../applications/networking/cluster/nomad { majorVersion = "0.11"; };
|
||||
nomad_0_12 = callPackage ../applications/networking/cluster/nomad { majorVersion = "0.12"; };
|
||||
|
||||
notable = callPackage ../applications/misc/notable { };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user