Commit 6df23bec authored by Robert Scott's avatar Robert Scott
Browse files

nomad_1_2, nomad_1_3: remove

parent c1db61de
Loading
Loading
Loading
Loading
+0 −14
Original line number Diff line number Diff line
@@ -53,20 +53,6 @@ rec {

  nomad = nomad_1_5;

  nomad_1_2 = generic {
    buildGoModule = buildGo120Module;
    version = "1.2.16";
    sha256 = "sha256-fhfUpcG91EgIzJ4mCS7geyIJyTSHS2e8t4yYiI3PqpQ=";
    vendorSha256 = "sha256-kwCDsGFw+25Mimgt/cTK/Z2H7Qh5n4rjr3kIBvjcPL8=";
  };

  nomad_1_3 = generic {
    buildGoModule = buildGo120Module;
    version = "1.3.9";
    sha256 = "sha256-xfoIzLDG/OfqAPQqeLvQZ11uESWFNyOyLP6Imi+S96w=";
    vendorSha256 = "sha256-kW0goicoM1lM1NEHPTfozg2EKR1daf33UxT/mVabyfY=";
  };

  nomad_1_4 = generic {
    buildGoModule = buildGo120Module;
    version = "1.4.12";
+2 −0
Original line number Diff line number Diff line
@@ -1206,6 +1206,8 @@ mapAliases ({
  nodejs-slim-18_x = nodejs-slim_18; # Added 2022-11-06
  nologin = throw "'nologin' has been renamed to/replaced by 'shadow'"; # Converted to throw 2022-02-22
  nomad_1_1 = throw "nomad_1_1 has been removed because it's outdated. Use a a newer version instead"; # Added 2022-05-22
  nomad_1_2 = throw "nomad_1_2 has been removed because it's outdated. Use a a newer version instead"; # Added 2023-09-02
  nomad_1_3 = throw "nomad_1_3 has been removed because it's outdated. Use a a newer version instead"; # Added 2023-09-02
  nordic-polar = throw "nordic-polar was removed on 2021-05-27, now integrated in nordic"; # Added 2021-05-27
  noto-fonts-cjk = noto-fonts-cjk-sans; # Added 2021-12-16
  noto-fonts-extra = noto-fonts; # Added 2023-04-08
+0 −2
Original line number Diff line number Diff line
@@ -11146,8 +11146,6 @@ with pkgs;
  inherit (callPackage ../applications/networking/cluster/nomad { })
    nomad
    nomad_1_2
    nomad_1_3
    nomad_1_4
    nomad_1_5
    nomad_1_6