about summary refs log tree commit diff
path: root/pkgs/tools/system
diff options
context:
space:
mode:
authorLin Xianyi <iynaix@gmail.com>2024-02-22 10:12:53 +0800
committerLin Xianyi <iynaix@gmail.com>2024-02-22 10:12:53 +0800
commit3d2e91a7c9dc847cf9781632f2c6af2e34726f99 (patch)
tree921494deae067ed4adc7d181c558f1befd533d32 /pkgs/tools/system
parent9625afeb0f9fb1c0bf2ed18d38450738186fa99c (diff)
downloadnixlib-3d2e91a7c9dc847cf9781632f2c6af2e34726f99.tar
nixlib-3d2e91a7c9dc847cf9781632f2c6af2e34726f99.tar.gz
nixlib-3d2e91a7c9dc847cf9781632f2c6af2e34726f99.tar.bz2
nixlib-3d2e91a7c9dc847cf9781632f2c6af2e34726f99.tar.lz
nixlib-3d2e91a7c9dc847cf9781632f2c6af2e34726f99.tar.xz
nixlib-3d2e91a7c9dc847cf9781632f2c6af2e34726f99.tar.zst
nixlib-3d2e91a7c9dc847cf9781632f2c6af2e34726f99.zip
btop: 1.3.1 -> 1.3.2
Diff: https://github.com/aristocratos/btop/compare/v1.3.1...v1.3.2

Changelog: https://github.com/aristocratos/btop/blob/v1.3.2/CHANGELOG.md
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 [