Merge pull request #145233 from lovesegfault/btop-1.0.24

btop: 1.0.20 -> 1.0.24
This commit is contained in:
Bernardo Meurer
2021-11-09 11:28:54 -08:00
committed by GitHub
+2 -2
View File
@@ -5,13 +5,13 @@
stdenv.mkDerivation rec {
pname = "btop";
version = "1.0.20";
version = "1.0.24";
src = fetchFromGitHub {
owner = "aristocratos";
repo = pname;
rev = "v${version}";
sha256 = "sha256-QMuixP4+wYVcF3s848cw6103PGDON4Inj2Nypt4FGIU=";
sha256 = "sha256-Vl62v92TmXNR6x7LDmNpiOlOgNNm0WuZva1SCKqqvbQ=";
};
installFlags = [ "PREFIX=$(out)" ];