summary refs log tree commit diff
path: root/pkgs/tools/system
diff options
context:
space:
mode:
authorRenaud <c0bw3b@users.noreply.github.com>2022-03-04 22:51:42 +0100
committerGitHub <noreply@github.com>2022-03-04 22:51:42 +0100
commit4aa0bff3421c461817da050fc141c1a387332921 (patch)
tree84f2200900129119c715d64ca75648730746f10f /pkgs/tools/system
parent557455e045be20ae739d8150433b339a216944be (diff)
parentaf759f135ca8bdeba9da69ccfafabbbb17332916 (diff)
downloadnixpkgs-4aa0bff3421c461817da050fc141c1a387332921.tar
nixpkgs-4aa0bff3421c461817da050fc141c1a387332921.tar.gz
nixpkgs-4aa0bff3421c461817da050fc141c1a387332921.tar.bz2
nixpkgs-4aa0bff3421c461817da050fc141c1a387332921.tar.lz
nixpkgs-4aa0bff3421c461817da050fc141c1a387332921.tar.xz
nixpkgs-4aa0bff3421c461817da050fc141c1a387332921.tar.zst
nixpkgs-4aa0bff3421c461817da050fc141c1a387332921.zip
Merge pull request #162136 from r-ryantm/auto-update/btop
btop: 1.2.3 -> 1.2.4
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 c7db9e363f9..d3d982da4d7 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.3";
-  hash = "sha256-vH167BL2ekWwxIhQWXkgJxl8z77S8SkmHVclW6XGc+8=";
+  version = "1.2.4";
+  hash = "sha256-IFuDpqRtsim2dfSTODuNK62xaLvKKcB5YBNHSQI6q44=";
 
   src = fetchFromGitHub {
     owner = "aristocratos";