Merge pull request #39207 from r-ryantm/auto-update/onig

oniguruma: 6.7.1 -> 6.8.2
This commit is contained in:
Mateusz Kowalczyk 2018-04-21 14:29:36 +01:00 committed by GitHub
commit 7638888868
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
name = "onig-${version}";
version = "6.7.1";
version = "6.8.2";
src = fetchFromGitHub {
owner = "kkos";
repo = "oniguruma";
rev = "v${version}";
sha256 = "07xbx4f3h1aqvy6587xbr8fgcn679ph3bd86pp144y0agzw0d0q2";
sha256 = "00ly5i26n7wajhyhq3xadsc7dxrf7qllhwilk8dza2qj5dhld4nd";
};
nativeBuildInputs = [ cmake ];