mtm: 1.1.0 -> 1.2.0

Changelog: https://github.com/deadpixi/mtm/releases/tag/1.2.0
This commit is contained in:
Mario Rodas 2019-10-12 04:20:00 -05:00
parent a8b2e302c6
commit ca4fb734c6
No known key found for this signature in database
GPG key ID: 4C4BEFD7B18DC5E8

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