Merge pull request #140420 from fabaff/bump-btop

btop: 1.0.10 -> 1.0.13
This commit is contained in:
figsoda 2021-10-03 18:22:59 -04:00 committed by GitHub
commit 34ea9ee3f5
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.10";
version = "1.0.13";
src = fetchFromGitHub {
owner = "aristocratos";
repo = pname;
rev = "v${version}";
sha256 = "14d41q9hfwmzhxqrnrz17rgbi03j0xga2jmw8n9y2v21rqxg73y0";
sha256 = "sha256-Znap1MSWEdKtb9G7+DmfYAhq3q2NfGu1v2cjbYuvUmE=";
};
installFlags = [ "PREFIX=$(out)" ];