mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-19 02:44:17 +03:00
mtm: 1.0.1 -> 1.1.0
Changelog: https://github.com/deadpixi/mtm/releases/tag/1.1.0
This commit is contained in:
parent
17fb9ffdda
commit
bd56ba8096
@ -2,13 +2,13 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "mtm";
|
||||
version = "1.0.1";
|
||||
version = "1.1.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "deadpixi";
|
||||
repo = pname;
|
||||
rev = version;
|
||||
sha256 = "0q23z1dfjz3qkmxqm0d8sg81gn6w1j2n2j6c9hk1kk7iv21v1zb0";
|
||||
sha256 = "0k9xachd9wnyhj8sh4yninckgwm3a7zdxnn490x65ikn4vqb7w8x";
|
||||
};
|
||||
|
||||
buildInputs = [ ncurses ];
|
||||
|
Loading…
Reference in New Issue
Block a user