silver-searcher: 2.1.0 -> 2.2.0 (#44613)

This commit is contained in:
Patrick Hilhorst 2018-08-07 16:06:49 +02:00 committed by xeji
parent c211cb1180
commit 90e1bccdaf

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
name = "silver-searcher-${version}";
version = "2.1.0";
version = "2.2.0";
src = fetchFromGitHub {
owner = "ggreer";
repo = "the_silver_searcher";
rev = "${version}";
sha256 = "0wcw4kyivb10m9b173183jrj46a0gisd35yqxi1mr9hw5l5dhkpa";
sha256 = "0cyazh7a66pgcabijd27xnk1alhsccywivv6yihw378dqxb22i1p";
};
patches = [ ./bash-completion.patch ];