htop: 3.2.2 -> 3.3.0
This commit is contained in:
parent
30ce6d80a9
commit
bf02f1351a
1 changed files with 2 additions and 2 deletions
|
@ -11,13 +11,13 @@ assert systemdSupport -> stdenv.isLinux;
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "htop";
|
||||
version = "3.2.2";
|
||||
version = "3.3.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "htop-dev";
|
||||
repo = pname;
|
||||
rev = version;
|
||||
sha256 = "sha256-OrlNE1A71q4XAauYNfumV1Ev1wBpFIBxPiw7aF++yjM=";
|
||||
hash = "sha256-qDhQkzY2zj2yxbgFUXwE0MGEgAFOsAhnapUuetO9WTw=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ autoreconfHook ]
|
||||
|
|
Loading…
Reference in a new issue