mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-13 09:17:07 +03:00
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:
parent
cdee2b74ee
commit
93b830f111
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user