Merge pull request #139731 from michaeladler/btop

btop: 1.0.5 -> 1.0.9
This commit is contained in:
Bobby Rong 2021-09-28 19:30:17 +08:00 committed by GitHub
commit b11db42628
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.5";
version = "1.0.9";
src = fetchFromGitHub {
owner = "aristocratos";
repo = pname;
rev = "v${version}";
sha256 = "sha256-pa9i65ndx8LMTMRXyL2GXCauM6Q8gAb16zGOylQFwL0=";
sha256 = "sha256-nZd1ECs47WyVUwR08Lcz6xmVYZJ2Bc2QSzNkI68KUcs=";
};
installFlags = [ "PREFIX=$(out)" ];