Merge pull request #12929 from kragniz/htop-2.0
htop: 1.0.3-239-229d0058 -> 2.0.0
This commit is contained in:
commit
c9fba4a36c
@ -1,11 +1,11 @@
|
|||||||
{ fetchFromGitHub, stdenv, autoreconfHook, ncurses }:
|
{ fetchFromGitHub, stdenv, autoreconfHook, ncurses }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "htop-1.0.3-239-229d0058";
|
name = "htop-2.0.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
sha256 = "1bym6ligd8db4iyv2m1y7aylh7f9fmk71v67rkhird05hx1xb80r";
|
sha256 = "1z8rzf3ndswk3090qypl0bqzq9f32w0ik2k5x4zd7jg4hkx66k7z";
|
||||||
rev = "229d005851af8dca595b3df8e385375fb9c382b4";
|
rev = "2.0.0";
|
||||||
repo = "htop";
|
repo = "htop";
|
||||||
owner = "hishamhm";
|
owner = "hishamhm";
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user