summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2021-01-19 00:16:59 +0000
committerR. RyanTM <ryantm-bot@ryantm.com>2021-01-19 00:16:59 +0000
commit69a7b210b0a08b7e534b708e82214516617df57f (patch)
treea439f2aa70f5f60314a052e2726d1532dc8adb47
parentefd24386146c7874d01be33e70de5a3b79cc93fc (diff)
downloadnixpkgs-69a7b210b0a08b7e534b708e82214516617df57f.tar
nixpkgs-69a7b210b0a08b7e534b708e82214516617df57f.tar.gz
nixpkgs-69a7b210b0a08b7e534b708e82214516617df57f.tar.bz2
nixpkgs-69a7b210b0a08b7e534b708e82214516617df57f.tar.lz
nixpkgs-69a7b210b0a08b7e534b708e82214516617df57f.tar.xz
nixpkgs-69a7b210b0a08b7e534b708e82214516617df57f.tar.zst
nixpkgs-69a7b210b0a08b7e534b708e82214516617df57f.zip
htop: 3.0.4 -> 3.0.5
-rw-r--r--pkgs/tools/system/htop/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/system/htop/default.nix b/pkgs/tools/system/htop/default.nix
index 02a3c7991d2..5f3cc2f6fcf 100644
--- a/pkgs/tools/system/htop/default.nix
+++ b/pkgs/tools/system/htop/default.nix
@@ -4,13 +4,13 @@
 
 stdenv.mkDerivation rec {
   pname = "htop";
-  version = "3.0.4";
+  version = "3.0.5";
 
   src = fetchFromGitHub {
     owner = "htop-dev";
     repo = pname;
     rev = version;
-    sha256 = "1fckfv96vzqjs3lzy0cgwsqv5vh1sxca3fhvgskmnkvr5bq6cia9";
+    sha256 = "sha256-9zecDd3oZ24RyOLnKdJmR29Chx6S24Kvuf/F7RYzl4I=";
   };
 
   nativeBuildInputs = [ autoreconfHook ];