about summary refs log tree commit diff
path: root/pkgs/tools/system
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2021-10-29 04:44:23 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2021-10-29 04:44:23 +0000
commit02facd2d449a58968969323622cb4d12c55df132 (patch)
tree69f7e63ec32980c35e36b7d4f710580a60ada2b7 /pkgs/tools/system
parent842a0d94cbb0a385854e15d4f6fde57714981abd (diff)
btop: 1.0.18 -> 1.0.20
Diffstat (limited to 'pkgs/tools/system')
-rw-r--r--pkgs/tools/system/btop/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/system/btop/default.nix b/pkgs/tools/system/btop/default.nix
index b55af632697c8..6dfe63215f159 100644
--- a/pkgs/tools/system/btop/default.nix
+++ b/pkgs/tools/system/btop/default.nix
@@ -5,13 +5,13 @@
 
 stdenv.mkDerivation rec {
   pname = "btop";
-  version = "1.0.18";
+  version = "1.0.20";
 
   src = fetchFromGitHub {
     owner = "aristocratos";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-TUrCSpwbUP28COHAAFIdR5Kw18I35nBkiKU62IHCN4o=";
+    sha256 = "sha256-QMuixP4+wYVcF3s848cw6103PGDON4Inj2Nypt4FGIU=";
   };
 
   installFlags = [ "PREFIX=$(out)" ];