about summary refs log tree commit diff
diff options
context:
space:
mode:
authorCottand <nico.dc@outlook.com>2024-01-17 00:12:53 +0000
committerCottand <nico.dc@outlook.com>2024-01-24 08:56:14 +0000
commita849fcd7f4b97815b9b09e0a398aa6683f22c97e (patch)
treefe2f927a9cc6a1a64467ec28f0366ee5153657d4
parent5300e10e099d7a37eeed2371631cb307dba37fbb (diff)
downloadnixlib-a849fcd7f4b97815b9b09e0a398aa6683f22c97e.tar
nixlib-a849fcd7f4b97815b9b09e0a398aa6683f22c97e.tar.gz
nixlib-a849fcd7f4b97815b9b09e0a398aa6683f22c97e.tar.bz2
nixlib-a849fcd7f4b97815b9b09e0a398aa6683f22c97e.tar.lz
nixlib-a849fcd7f4b97815b9b09e0a398aa6683f22c97e.tar.xz
nixlib-a849fcd7f4b97815b9b09e0a398aa6683f22c97e.tar.zst
nixlib-a849fcd7f4b97815b9b09e0a398aa6683f22c97e.zip
nomad_1_4: remove
-rw-r--r--pkgs/applications/networking/cluster/nomad/default.nix10
1 files changed, 1 insertions, 9 deletions
diff --git a/pkgs/applications/networking/cluster/nomad/default.nix b/pkgs/applications/networking/cluster/nomad/default.nix
index eec29106abe4..f4f8b4106dee 100644
--- a/pkgs/applications/networking/cluster/nomad/default.nix
+++ b/pkgs/applications/networking/cluster/nomad/default.nix
@@ -1,6 +1,5 @@
 { lib
 , buildGoModule
-, buildGo120Module
 , buildGo121Module
 , fetchFromGitHub
 , nixosTests
@@ -54,14 +53,7 @@ rec {
 
   nomad = nomad_1_7;
 
-  nomad_1_4 = generic {
-    buildGoModule = buildGo120Module;
-    version = "1.4.12";
-    sha256 = "sha256-dO98FOaO5MB5pWzeF705s/aBDTaF0OyWnVxWGB91suI=";
-    vendorHash = "sha256-D5TcTZa64Jr47u4mrTXK4lUIC5gfBQNVgL6QKh1CaQM=";
-    license = lib.licenses.mpl20;
-    passthru.tests.nomad = nixosTests.nomad;
-  };
+  nomad_1_4 = throw "nomad_1_4 was removed - you can use nomad_1_5 or an older nixpkgs revision";
 
   nomad_1_5 = generic {
     buildGoModule = buildGo121Module;