Merge pull request #71039 from marsam/update-mtm

mtm: 1.1.0 -> 1.2.0
This commit is contained in:
Mario Rodas 2019-10-14 23:50:40 -05:00 committed by GitHub
commit fabe8a9822
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,17 +2,21 @@
stdenv.mkDerivation rec {
pname = "mtm";
version = "1.1.0";
version = "1.2.0";
src = fetchFromGitHub {
owner = "deadpixi";
repo = pname;
rev = version;
sha256 = "0k9xachd9wnyhj8sh4yninckgwm3a7zdxnn490x65ikn4vqb7w8x";
sha256 = "0b2arkmbmabxmrqxlpvvvhll2qx0xgj7r4r6p0ymnm9p70idris4";
};
buildInputs = [ ncurses ];
preBuild = ''
substituteInPlace Makefile --replace "strip -s mtm" ""
'';
installPhase = ''
runHook preInstall