Merge pull request #74675 from r-ryantm/auto-update/tmate

tmate: 2.3.1 -> 2.4.0
This commit is contained in:
Mario Rodas 2019-11-30 03:06:35 -05:00 committed by GitHub
commit b917589d9f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -3,13 +3,13 @@
stdenv.mkDerivation rec {
pname = "tmate";
version = "2.3.1";
version = "2.4.0";
src = fetchFromGitHub {
owner = "tmate-io";
repo = "tmate";
rev = version;
sha256 = "183rvga8nvh9r7p8104vwcmzp3vrfdhnx73vh06m2fgdq9i5rz3l";
sha256 = "0x5c31yq7ansmiy20a0qf59wagba9v3pq97mlkxrqxn4n1gcc6vi";
};
dontUseCmakeConfigure = true;