btop: 1.0.16 -> 1.0.18
This commit is contained in:
parent
0bc8edad70
commit
6cddd6c6bf
@ -1,17 +1,17 @@
|
|||||||
{ lib
|
{ lib
|
||||||
, fetchFromGitHub
|
|
||||||
, stdenv
|
, stdenv
|
||||||
|
, fetchFromGitHub
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "btop";
|
pname = "btop";
|
||||||
version = "1.0.16";
|
version = "1.0.18";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "aristocratos";
|
owner = "aristocratos";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "sha256-navmEd77+LOvCpjPe6dReOYGO1wGRO3OGIv8mC05Kec=";
|
sha256 = "sha256-TUrCSpwbUP28COHAAFIdR5Kw18I35nBkiKU62IHCN4o=";
|
||||||
};
|
};
|
||||||
|
|
||||||
installFlags = [ "PREFIX=$(out)" ];
|
installFlags = [ "PREFIX=$(out)" ];
|
||||||
@ -19,6 +19,7 @@ stdenv.mkDerivation rec {
|
|||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "A monitor of resources";
|
description = "A monitor of resources";
|
||||||
homepage = "https://github.com/aristocratos/btop";
|
homepage = "https://github.com/aristocratos/btop";
|
||||||
|
changelog = "https://github.com/aristocratos/btop/blob/v${version}/CHANGELOG.md";
|
||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
maintainers = with maintainers; [ rmcgibbo ];
|
maintainers = with maintainers; [ rmcgibbo ];
|
||||||
|
Loading…
Reference in New Issue
Block a user