mtm: 1.0.1 -> 1.1.0

Changelog: https://github.com/deadpixi/mtm/releases/tag/1.1.0
This commit is contained in:
Mario Rodas 2019-09-17 19:50:42 -05:00
parent 17fb9ffdda
commit bd56ba8096
No known key found for this signature in database
GPG Key ID: 4C4BEFD7B18DC5E8

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "mtm"; pname = "mtm";
version = "1.0.1"; version = "1.1.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "deadpixi"; owner = "deadpixi";
repo = pname; repo = pname;
rev = version; rev = version;
sha256 = "0q23z1dfjz3qkmxqm0d8sg81gn6w1j2n2j6c9hk1kk7iv21v1zb0"; sha256 = "0k9xachd9wnyhj8sh4yninckgwm3a7zdxnn490x65ikn4vqb7w8x";
}; };
buildInputs = [ ncurses ]; buildInputs = [ ncurses ];