Unverified Commit 97ebfb68 authored by Jörg Thalheim's avatar Jörg Thalheim Committed by GitHub
Browse files

nixVersions.{nix_2_20,nix_2_21,nix_2_22,nix_2_23}: drop (#359024)

parents 84d3fd1f cf12b6d2
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -75,10 +75,6 @@ in stdenv.mkDerivation (finalAttrs: {
    git = localRepoCheck nixVersions.git;
    nix_2_18 = localRepoCheck nixVersions.nix_2_18;
    nix_2_19 = localRepoCheck nixVersions.nix_2_19;
    nix_2_20 = localRepoCheck nixVersions.nix_2_20;
    nix_2_21 = localRepoCheck nixVersions.nix_2_21;
    nix_2_22 = localRepoCheck nixVersions.nix_2_22;
    nix_2_23 = localRepoCheck nixVersions.nix_2_23;
  };

  meta = {
+0 −24
Original line number Diff line number Diff line
@@ -185,30 +185,6 @@ in lib.makeExtensible (self: ({
    self_attribute_name = "nix_2_19";
  };

  nix_2_20 = common {
    version = "2.20.9";
    hash = "sha256-b7smrbPLP/wcoBFCJ8j1UDNj0p4jiKT/6mNlDdlrOXA=";
    self_attribute_name = "nix_2_20";
  };

  nix_2_21 = common {
    version = "2.21.5";
    hash = "sha256-/+TLpd6hvYMJFoeJvVZ+bZzjwY/jP6CxJRGmwKcXbI0=";
    self_attribute_name = "nix_2_21";
  };

  nix_2_22 = common {
    version = "2.22.4";
    hash = "sha256-JWjJzMA+CeyImMgP2dhSBHQW4CS8wg7fc2zQ4WdKuBo=";
    self_attribute_name = "nix_2_22";
  };

  nix_2_23 = common {
    version = "2.23.4";
    hash = "sha256-rugH4TUicHEdVfy3UuAobFIutqbuVco8Yg/z81g7clE=";
    self_attribute_name = "nix_2_23";
  };

  nix_2_24 = common {
    version = "2.24.10";
    hash = "sha256-XdeVy1/d6DEIYb3nOA6JIYF4fwMKNxtwJMgT3pHi+ko=";