Merge pull request #143557 from r-ryantm/auto-update/btop

btop: 1.0.18 -> 1.0.20
This commit is contained in:
Bobby Rong 2021-10-29 15:19:11 +08:00 committed by GitHub
commit a79bc1f40a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,13 +5,13 @@
stdenv.mkDerivation rec {
pname = "btop";
version = "1.0.18";
version = "1.0.20";
src = fetchFromGitHub {
owner = "aristocratos";
repo = pname;
rev = "v${version}";
sha256 = "sha256-TUrCSpwbUP28COHAAFIdR5Kw18I35nBkiKU62IHCN4o=";
sha256 = "sha256-QMuixP4+wYVcF3s848cw6103PGDON4Inj2Nypt4FGIU=";
};
installFlags = [ "PREFIX=$(out)" ];