htop: fix version suffix

It may be an improvement, but it's still a downgrade.
This commit is contained in:
Tobias Geerinckx-Rice 2015-09-09 18:21:56 +02:00
parent 918de3ddb9
commit 9eca1376b8

View File

@ -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";