about summary refs log tree commit diff
path: root/pkgs/os-specific
diff options
context:
space:
mode:
authorWilliam A. Kennington III <william@wkennington.com>2015-09-08 22:33:18 -0700
committerWilliam A. Kennington III <william@wkennington.com>2015-09-08 22:33:20 -0700
commit4f001836856498717f5216eaa9f1c86334c708d7 (patch)
treede988610acb1bd7840e257b29e885633f7ac2299 /pkgs/os-specific
parent488c5ac43380dc4cb465602612fac343c5a6913c (diff)
downloadnixlib-4f001836856498717f5216eaa9f1c86334c708d7.tar
nixlib-4f001836856498717f5216eaa9f1c86334c708d7.tar.gz
nixlib-4f001836856498717f5216eaa9f1c86334c708d7.tar.bz2
nixlib-4f001836856498717f5216eaa9f1c86334c708d7.tar.lz
nixlib-4f001836856498717f5216eaa9f1c86334c708d7.tar.xz
nixlib-4f001836856498717f5216eaa9f1c86334c708d7.tar.zst
nixlib-4f001836856498717f5216eaa9f1c86334c708d7.zip
htop: 8f07868f -> 229d0058
This fixes sopme of the strange rendering issues as well as some
intermittent crashes.
Diffstat (limited to 'pkgs/os-specific')
-rw-r--r--pkgs/os-specific/linux/htop/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/os-specific/linux/htop/default.nix b/pkgs/os-specific/linux/htop/default.nix
index 8f3250f85f7f..851b915f8c52 100644
--- a/pkgs/os-specific/linux/htop/default.nix
+++ b/pkgs/os-specific/linux/htop/default.nix
@@ -1,11 +1,11 @@
 { fetchFromGitHub, stdenv, autoreconfHook, ncurses }:
 
 stdenv.mkDerivation rec {
-  name = "htop-1.0.3-584-8f07868f";
+  name = "htop-1.0.3-584-229d0058";
 
   src = fetchFromGitHub {
-    sha256 = "0s7l9v7n7hw32hznvdq2sykyxgb30hmzycwcjxw8f0c2mww61xcd";
-    rev = "8f07868fefeb844a852fab704c0763b0e9a9bf01";
+    sha256 = "1bym6ligd8db4iyv2m1y7aylh7f9fmk71v67rkhird05hx1xb80r";
+    rev = "229d005851af8dca595b3df8e385375fb9c382b4";
     repo = "htop";
     owner = "hishamhm";
   };