btop: 1.0.24 -> 1.1.0

This commit is contained in:
Bernardo Meurer 2021-11-14 21:16:34 -08:00
parent b83e188dfd
commit fbe394aad2
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.24";
version = "1.1.0";
src = fetchFromGitHub {
owner = "aristocratos";
repo = pname;
rev = "v${version}";
sha256 = "sha256-Vl62v92TmXNR6x7LDmNpiOlOgNNm0WuZva1SCKqqvbQ=";
sha256 = "sha256-VA5n2gIFRUUsp4jBG1j5dqH5/tP5VAChm5kqexdD24k=";
};
installFlags = [ "PREFIX=$(out)" ];