summary refs log tree commit diff
path: root/pkgs/os-specific
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <tobias.geerinckx.rice@gmail.com>2015-09-09 18:21:56 +0200
committerTobias Geerinckx-Rice <tobias.geerinckx.rice@gmail.com>2015-09-09 18:46:41 +0200
commit9eca1376b8fe13822bf427eef5046ba0d13013cd (patch)
tree60a82b23a4dad5aa5294cc98c56f676426b2e923 /pkgs/os-specific
parent918de3ddb9f3248bf8e2f3961cfd094c48483962 (diff)
downloadnixlib-9eca1376b8fe13822bf427eef5046ba0d13013cd.tar
nixlib-9eca1376b8fe13822bf427eef5046ba0d13013cd.tar.gz
nixlib-9eca1376b8fe13822bf427eef5046ba0d13013cd.tar.bz2
nixlib-9eca1376b8fe13822bf427eef5046ba0d13013cd.tar.lz
nixlib-9eca1376b8fe13822bf427eef5046ba0d13013cd.tar.xz
nixlib-9eca1376b8fe13822bf427eef5046ba0d13013cd.tar.zst
nixlib-9eca1376b8fe13822bf427eef5046ba0d13013cd.zip
htop: fix version suffix
It may be an improvement, but it's still a downgrade.
Diffstat (limited to 'pkgs/os-specific')
-rw-r--r--pkgs/os-specific/linux/htop/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/os-specific/linux/htop/default.nix b/pkgs/os-specific/linux/htop/default.nix
index 851b915f8c52..774242c38628 100644
--- a/pkgs/os-specific/linux/htop/default.nix
+++ b/pkgs/os-specific/linux/htop/default.nix
@@ -1,7 +1,7 @@
 { fetchFromGitHub, stdenv, autoreconfHook, ncurses }:
 
 stdenv.mkDerivation rec {
-  name = "htop-1.0.3-584-229d0058";
+  name = "htop-1.0.3-239-229d0058";
 
   src = fetchFromGitHub {
     sha256 = "1bym6ligd8db4iyv2m1y7aylh7f9fmk71v67rkhird05hx1xb80r";