Unverified Commit 50e65a51 authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

teleport_14: remove (#349546)

parents 8897c79d 957fc130
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -9,7 +9,6 @@ with import ../lib/testing-python.nix { inherit system pkgs; };
let
  packages = with pkgs; {
    "default" = teleport;
    "14" = teleport_14;
    "15" = teleport_15;
  };

+0 −2014

File deleted.

Preview size limit exceeded, changes collapsed.

+0 −13
Original line number Diff line number Diff line
args:
import ../generic.nix (args // {
  version = "14.3.20";
  hash = "sha256-oGN3t0xt7z3+U7wlhnJu4B8cSSMwONdiHZkv8UY7lkA=";
  vendorHash = "sha256-RMTHWrbwKCGlxi9SP+8ccGk8YYqwhC8yWLPDf2Ha5bE=";
  yarnHash = "sha256-c5ItZpq9Wp+kE9gw2WQdm5gTvBKA9I+nHAX/pT4Hqhs=";
  cargoLock = {
    lockFile = ./Cargo.lock;
    outputHashes = {
      "rdp-rs-0.1.0" = "sha256-U52FVuqo2DH/7f0cQ1qcb1GbFZ97yxExVFMX5cs0zw4=";
    };
  };
})
+0 −1
Original line number Diff line number Diff line
{ callPackages, lib, ... }@args:
let
  f = args: rec {
    teleport_14 = import ./14 args;
    teleport_15 = import ./15 args;
    teleport_16 = import ./16 args;
    teleport = teleport_16;
+1 −0
Original line number Diff line number Diff line
@@ -1591,6 +1591,7 @@ mapAliases {
  teleport_11 = throw "teleport 11 has been removed as it is EOL. Please upgrade to Teleport 12 or later"; # Added 2023-11-27
  teleport_12 = throw "teleport 12 has been removed as it is EOL. Please upgrade to Teleport 13 or later"; # Added 2024-02-04
  teleport_13 = throw "teleport 13 has been removed as it is EOL. Please upgrade to Teleport 14 or later"; # Added 2024-05-26
  teleport_14 = throw "teleport 14 has been removed as it is EOL. Please upgrade to Teleport 15 or later"; # Added 2024-10-18
  teleprompter = throw "teleprompter has been removed. reason: upstream dead and does not work with recent electron versions"; # Added 2024-03-14
  temurin-bin-20 = throw "Temurin 20 has been removed as it has reached its end of life"; # Added 2024-08-01
  temurin-jre-bin-20 = throw "Temurin 20 has been removed as it has reached its end of life"; # Added 2024-08-01
Loading