summary refs log tree commit diff
path: root/pkgs/tools/system
diff options
context:
space:
mode:
authorMichael Adler <therisen06@gmail.com>2021-09-28 11:28:26 +0200
committerMichael Adler <michael.adler@siemens.com>2021-09-28 11:28:35 +0200
commit52d2792162eb53f1e6f9f107dc2a167e1afb82ad (patch)
treedff90ce12b84610be1e0df29dc874bf140a1320f /pkgs/tools/system
parentc21ba4f7bb4a3d621eb1d187e6b5e816bb85380c (diff)
downloadnixpkgs-52d2792162eb53f1e6f9f107dc2a167e1afb82ad.tar
nixpkgs-52d2792162eb53f1e6f9f107dc2a167e1afb82ad.tar.gz
nixpkgs-52d2792162eb53f1e6f9f107dc2a167e1afb82ad.tar.bz2
nixpkgs-52d2792162eb53f1e6f9f107dc2a167e1afb82ad.tar.lz
nixpkgs-52d2792162eb53f1e6f9f107dc2a167e1afb82ad.tar.xz
nixpkgs-52d2792162eb53f1e6f9f107dc2a167e1afb82ad.tar.zst
nixpkgs-52d2792162eb53f1e6f9f107dc2a167e1afb82ad.zip
btop: 1.0.5 -> 1.0.9
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 5425b6e5f5b..d625b542518 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.5";
+  version = "1.0.9";
 
   src = fetchFromGitHub {
     owner = "aristocratos";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-pa9i65ndx8LMTMRXyL2GXCauM6Q8gAb16zGOylQFwL0=";
+    sha256 = "sha256-nZd1ECs47WyVUwR08Lcz6xmVYZJ2Bc2QSzNkI68KUcs=";
   };
 
   installFlags = [ "PREFIX=$(out)" ];