Bump version of the_silver_searcher: 0.24.1 -> 0.29.1
This commit is contained in:
parent
f5eed7e14e
commit
f5200fd0aa
@ -1,13 +1,13 @@
|
|||||||
{stdenv, fetchgit, autoreconfHook, pkgconfig, pcre, zlib, lzma}:
|
{stdenv, fetchgit, autoreconfHook, pkgconfig, pcre, zlib, lzma}:
|
||||||
|
|
||||||
let release = "0.24.1"; in
|
let release = "0.29.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 = "1cwav217mkbwyg8isiak0wynydiil2j9gy4sx79harbcql0f3nl3";
|
sha256 = "05508c2714d356464a0de6f41a6a8408ccd861b967e968302c4b72feade89581";
|
||||||
};
|
};
|
||||||
|
|
||||||
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