silver-searcher: update to 0.21.0
This commit is contained in:
parent
a541350cb3
commit
b13a33550a
@ -1,13 +1,13 @@
|
|||||||
{stdenv, fetchgit, autoreconfHook, pkgconfig, pcre, zlib, lzma}:
|
{stdenv, fetchgit, autoreconfHook, pkgconfig, pcre, zlib, lzma}:
|
||||||
|
|
||||||
let release = "0.19.2"; in
|
let release = "0.21.0"; in
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "silver-searcher-${release}";
|
name = "silver-searcher-${release}";
|
||||||
|
|
||||||
src = fetchgit {
|
src = fetchgit {
|
||||||
url = "https://github.com/ggreer/the_silver_searcher.git";
|
url = "https://github.com/ggreer/the_silver_searcher.git";
|
||||||
rev = "refs/tags/${release}";
|
rev = "refs/tags/${release}";
|
||||||
sha256 = "b6993e077f650eb0976cbc924640665fa9b2499a899ecba5a6cad5cf9addfdff";
|
sha256 = "bd49c6cadabeaf7bde130e5d2d0083367ae2d19cfedb40e45f5bb1ff9f4a3e51";
|
||||||
};
|
};
|
||||||
|
|
||||||
NIX_LDFLAGS = stdenv.lib.optionalString stdenv.isLinux "-lgcc_s";
|
NIX_LDFLAGS = stdenv.lib.optionalString stdenv.isLinux "-lgcc_s";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user