htop: use a version number that corresponds to the output from "git describe --tags"

This approach avoids potential problems with "nix-env --update" when
we'll go back to a release version. Kindly suggested by @vcunat in
https://github.com/NixOS/nixpkgs/pull/9307#issuecomment-132112840.
This commit is contained in:
Peter Simons 2015-08-18 12:18:19 +02:00
parent cdee2b74ee
commit 93b830f111

View file

@ -1,7 +1,7 @@
{ fetchFromGitHub, stdenv, autoreconfHook, ncurses }:
stdenv.mkDerivation rec {
name = "htop-2015-08-12";
name = "htop-1.0.3-186-gf2c053a";
src = fetchFromGitHub {
sha256 = "017aihyg0bjli1hlvcqgqxpwzy2ayvwv6byhqd97n9sqfkmi9i0p";