3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #189870 from ck3d/tmate

tmate: Update version
This commit is contained in:
Jörg Thalheim 2022-09-05 21:45:59 +01:00 committed by GitHub
commit aa762a83f2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 9 deletions

View file

@ -3,13 +3,13 @@
stdenv.mkDerivation rec {
pname = "tmate-ssh-server";
version = "2.3.0";
version = "unstable-2021-10-17";
src = fetchFromGitHub {
owner = "tmate-io";
repo = "tmate-ssh-server";
rev = version;
sha256 = "1y77mv1k4c79glj84lzlp0s1lafr1jzf60mywr5vhy6sq47q8hwd";
rev = "1f314123df2bb29cb07427ed8663a81c8d9034fd";
sha256 = "sha256-9/xlMvtkNWUBRYYnJx20qEgtEcjagH2NtEKZcDOM1BY=";
};
dontUseCmakeConfigure = true;
@ -22,8 +22,7 @@ stdenv.mkDerivation rec {
description = "tmate SSH Server";
license = licenses.mit;
platforms = platforms.unix;
maintainers = with maintainers; [ ];
knownVulnerabilities = [ "CVE-2021-44513" "CVE-2021-44512" ];
maintainers = with maintainers; [ ck3d ];
};
}

View file

@ -3,13 +3,13 @@
stdenv.mkDerivation rec {
pname = "tmate";
version = "2.4.0";
version = "unstable-2022-08-07";
src = fetchFromGitHub {
owner = "tmate-io";
repo = "tmate";
rev = version;
sha256 = "0x5c31yq7ansmiy20a0qf59wagba9v3pq97mlkxrqxn4n1gcc6vi";
rev = "ac919516f4f1b10ec928e20b3a5034d18f609d68";
sha256 = "sha256-t96gfmAMcsjkGf8pvbEx2fNx4Sj3W6oYoQswB3Dklb8=";
};
dontUseCmakeConfigure = true;
@ -22,6 +22,6 @@ stdenv.mkDerivation rec {
description = "Instant Terminal Sharing";
license = licenses.mit;
platforms = platforms.unix;
maintainers = with maintainers; [ ];
maintainers = with maintainers; [ ck3d ];
};
}