btop: 1.0.13 -> 1.0.16

This commit is contained in:
Bernardo Meurer 2021-10-17 23:56:00 -07:00
parent ea31b79541
commit f23899c9c1
No known key found for this signature in database
GPG Key ID: F4C0D53B8D14C246

View File

@ -5,13 +5,13 @@
stdenv.mkDerivation rec {
pname = "btop";
version = "1.0.13";
version = "1.0.16";
src = fetchFromGitHub {
owner = "aristocratos";
repo = pname;
rev = "v${version}";
sha256 = "sha256-Znap1MSWEdKtb9G7+DmfYAhq3q2NfGu1v2cjbYuvUmE=";
sha256 = "sha256-navmEd77+LOvCpjPe6dReOYGO1wGRO3OGIv8mC05Kec=";
};
installFlags = [ "PREFIX=$(out)" ];