silver-searcher: update from 0.21.0 to 0.24.1
This commit is contained in:
parent
90874bfc44
commit
464ec2a8e5
@ -1,13 +1,13 @@
|
|||||||
{stdenv, fetchgit, autoreconfHook, pkgconfig, pcre, zlib, lzma}:
|
{stdenv, fetchgit, autoreconfHook, pkgconfig, pcre, zlib, lzma}:
|
||||||
|
|
||||||
let release = "0.21.0"; in
|
let release = "0.24.1"; 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 = "bd49c6cadabeaf7bde130e5d2d0083367ae2d19cfedb40e45f5bb1ff9f4a3e51";
|
sha256 = "1cwav217mkbwyg8isiak0wynydiil2j9gy4sx79harbcql0f3nl3";
|
||||||
};
|
};
|
||||||
|
|
||||||
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