Merge pull request #139940 from hamburger1984/master

btop: 1.0.9 -> 1.0.10
This commit is contained in:
figsoda
2021-09-29 14:05:11 -04:00
committed by GitHub
+2 -2
View File
@@ -5,13 +5,13 @@
stdenv.mkDerivation rec {
pname = "btop";
version = "1.0.9";
version = "1.0.10";
src = fetchFromGitHub {
owner = "aristocratos";
repo = pname;
rev = "v${version}";
sha256 = "sha256-nZd1ECs47WyVUwR08Lcz6xmVYZJ2Bc2QSzNkI68KUcs=";
sha256 = "14d41q9hfwmzhxqrnrz17rgbi03j0xga2jmw8n9y2v21rqxg73y0";
};
installFlags = [ "PREFIX=$(out)" ];