tmate: 2.2.1 -> 2.3.0

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/tmate/versions
This commit is contained in:
R. RyanTM 2019-08-05 23:24:12 -07:00
parent 53328909da
commit 4f267d2ca4

View file

@ -3,13 +3,13 @@
stdenv.mkDerivation rec {
name = "tmate-${version}";
version = "2.2.1";
version = "2.3.0";
src = fetchFromGitHub {
owner = "tmate-io";
repo = "tmate";
rev = version;
sha256 = "0pfl9vrswzim9ydi1n652h3rax2zrmy6sqkp0r09yy3lw83h4y1r";
sha256 = "0fwqhmkp1jfp8qk7497ws3nzvly7p06mv04z8z0qicn6a961v1sa";
};
dontUseCmakeConfigure = true;