tmate: 2.3.0 -> 2.3.1

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-10-24 09:49:35 -07:00 committed by Jon
parent 34204f8e1f
commit b4658834aa

View file

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