about summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster/nomad
diff options
context:
space:
mode:
authorRobert Scott <code@humanleg.org.uk>2023-09-02 22:03:52 +0100
committerRobert Scott <code@humanleg.org.uk>2023-09-02 22:17:29 +0100
commit6df23bec96e173e3005f687c2cc83437bcc47b7a (patch)
tree0493c9f82a0f4059eaadb8929d84ea9df4702581 /pkgs/applications/networking/cluster/nomad
parentc1db61decda8332a63cb75430960f76813e24a63 (diff)
nomad_1_2, nomad_1_3: remove
Diffstat (limited to 'pkgs/applications/networking/cluster/nomad')
-rw-r--r--pkgs/applications/networking/cluster/nomad/default.nix14
1 files changed, 0 insertions, 14 deletions
diff --git a/pkgs/applications/networking/cluster/nomad/default.nix b/pkgs/applications/networking/cluster/nomad/default.nix
index 7bbd121aac2ac..6f4e466677a1e 100644
--- a/pkgs/applications/networking/cluster/nomad/default.nix
+++ b/pkgs/applications/networking/cluster/nomad/default.nix
@@ -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";