summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2021-01-18 18:23:33 -0800
committerGitHub <noreply@github.com>2021-01-18 18:23:33 -0800
commit694cadc3c280da3089531da03031a73840a2ca2b (patch)
tree1324680b6318b5311597cb53d3d91a540432c0b4
parent513b2647dc5fe5178d31054b72ce6d6a0cba000c (diff)
parent69a7b210b0a08b7e534b708e82214516617df57f (diff)
Merge pull request #109862 from r-ryantm/auto-update/htop
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 02a3c7991d20..5f3cc2f6fcf2 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 ];