about summary refs log tree commit diff
path: root/pkgs/tools/system/btop
diff options
context:
space:
mode:
authorSteven Kou <skykinetic@stevenkou.xyz>2022-11-08 17:40:43 +0800
committerSteven Kou <skykinetic@stevenkou.xyz>2022-11-08 17:40:43 +0800
commit3dfbc6f54eaf41c864aaeb82c31b1e06feb23172 (patch)
treeaf126061025bd40f7aad5d0940ab16a467428a4a /pkgs/tools/system/btop
parent12ac168cc776030ada752deb43da8cc751074748 (diff)
btop: 1.2.12 -> 1.2.13
Diffstat (limited to 'pkgs/tools/system/btop')
-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 e460dadbc811a..0425ee728bf29 100644
--- a/pkgs/tools/system/btop/default.nix
+++ b/pkgs/tools/system/btop/default.nix
@@ -8,8 +8,8 @@
 
 stdenv.mkDerivation rec {
   pname = "btop";
-  version = "1.2.12";
-  hash = "sha256-ieNwFCDJF0U1wTfAeWM22CS3RE1SEp12ODHsRVYFoKU=";
+  version = "1.2.13";
+  hash = "sha256-F/muCjhcnM+VqAn6FlD4lv23OLITrmtnHkFc5zv97yk=";
 
   src = fetchFromGitHub {
     owner = "aristocratos";