mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
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 }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "htop-1.0.3-239-229d0058";
|
||||
name = "htop-2.0.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
sha256 = "1bym6ligd8db4iyv2m1y7aylh7f9fmk71v67rkhird05hx1xb80r";
|
||||
rev = "229d005851af8dca595b3df8e385375fb9c382b4";
|
||||
sha256 = "1z8rzf3ndswk3090qypl0bqzq9f32w0ik2k5x4zd7jg4hkx66k7z";
|
||||
rev = "2.0.0";
|
||||
repo = "htop";
|
||||
owner = "hishamhm";
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user