btop: 1.0.5 -> 1.0.9

This commit is contained in:
Michael Adler 2021-09-28 11:28:26 +02:00 committed by Michael Adler
parent c21ba4f7bb
commit 52d2792162

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)" ];