From efbeca76fe7845d7f2d9c2be7a611f1475bf64a2 Mon Sep 17 00:00:00 2001 From: Peter Hoeg Date: Thu, 10 May 2018 23:10:02 +0800 Subject: [PATCH] ansible: drop 2.1, 2.2 and 2.3 as they are EOL --- pkgs/tools/admin/ansible/default.nix | 17 ----------------- pkgs/top-level/all-packages.nix | 3 --- 2 files changed, 20 deletions(-) diff --git a/pkgs/tools/admin/ansible/default.nix b/pkgs/tools/admin/ansible/default.nix index 4d9eff899b92..11ab58bc62f8 100644 --- a/pkgs/tools/admin/ansible/default.nix +++ b/pkgs/tools/admin/ansible/default.nix @@ -50,23 +50,6 @@ let in rec { # We will carry all the supported versions - ansible_2_1 = generic { - version = "2.1.6.0"; - sha256 = "0fhsmarjl9h401pm0gmcy68q80fiq544cxzcxyjzbnxr2a2cimz5"; - py = oldJinja; - }; - - ansible_2_2 = generic { - version = "2.2.3.0"; - sha256 = "141aa76qy9hsc3h02yipyxg39maqq2r2c4nx53lm48kiy0fan66y"; - py = oldJinja; - }; - - ansible_2_3 = generic { - version = "2.3.3.0"; - sha256 = "1yhaqgbx4zlwvi3cklnsqarjhhq28hgbvx603h07cjm1digp2ans"; - }; - ansible_2_4 = generic { version = "2.4.4.0"; sha256 = "0n1k6h0h6av74nw8vq98fmh6q4pq6brpwmx45282vh3bkdmpa0ib"; diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index 36532e55f938..3f3ef87b65d3 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -7519,9 +7519,6 @@ with pkgs; augeas = callPackage ../tools/system/augeas { }; inherit (callPackages ../tools/admin/ansible {}) - ansible_2_1 - ansible_2_2 - ansible_2_3 ansible_2_4 ansible_2_5 ansible2