about summary refs log tree commit diff
path: root/pkgs/tools/system
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2024-02-22 09:21:14 -0500
committerGitHub <noreply@github.com>2024-02-22 09:21:14 -0500
commitca360e23d01a285be3e1690fd5753f3a1d7836ad (patch)
treea0deea36f017314b1529443d906f4c6fef55e30d /pkgs/tools/system
parent12a04d637be41ade418efec72a70c4c93d7c0087 (diff)
parent3d2e91a7c9dc847cf9781632f2c6af2e34726f99 (diff)
downloadnixlib-ca360e23d01a285be3e1690fd5753f3a1d7836ad.tar
nixlib-ca360e23d01a285be3e1690fd5753f3a1d7836ad.tar.gz
nixlib-ca360e23d01a285be3e1690fd5753f3a1d7836ad.tar.bz2
nixlib-ca360e23d01a285be3e1690fd5753f3a1d7836ad.tar.lz
nixlib-ca360e23d01a285be3e1690fd5753f3a1d7836ad.tar.xz
nixlib-ca360e23d01a285be3e1690fd5753f3a1d7836ad.tar.zst
nixlib-ca360e23d01a285be3e1690fd5753f3a1d7836ad.zip
Merge pull request #290537 from iynaix/bump-btop
btop: 1.3.1 -> 1.3.2
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 e81cc57a514f..9b6956fb5780 100644
--- a/pkgs/tools/system/btop/default.nix
+++ b/pkgs/tools/system/btop/default.nix
@@ -13,13 +13,13 @@
 
 stdenv.mkDerivation rec {
   pname = "btop";
-  version = "1.3.1";
+  version = "1.3.2";
 
   src = fetchFromGitHub {
     owner = "aristocratos";
     repo = pname;
     rev = "v${version}";
-    hash = "sha256-Y6agmrqozKiV+GbiY60eOYORRrYLuB1zLNilxzM6oV0=";
+    hash = "sha256-kjSyIgLTObTOKMG5dk49XmWPXZpCWbLdpkmAsJcFliA=";
   };
 
   nativeBuildInputs = [ cmake ] ++ lib.optionals cudaSupport [