Merge pull request #146077 from lovesegfault/btop-1.1.0

btop: 1.0.24 -> 1.1.0
This commit is contained in:
Bernardo Meurer
2021-11-14 23:48:37 -08:00
committed by GitHub
+2 -2
View File
@@ -5,13 +5,13 @@
stdenv.mkDerivation rec {
pname = "btop";
version = "1.0.24";
version = "1.1.0";
src = fetchFromGitHub {
owner = "aristocratos";
repo = pname;
rev = "v${version}";
sha256 = "sha256-Vl62v92TmXNR6x7LDmNpiOlOgNNm0WuZva1SCKqqvbQ=";
sha256 = "sha256-VA5n2gIFRUUsp4jBG1j5dqH5/tP5VAChm5kqexdD24k=";
};
installFlags = [ "PREFIX=$(out)" ];