3
0
Fork 0
forked from mirrors/nixpkgs

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

oniguruma: 6.9.2 -> 6.9.3
This commit is contained in:
Marek Mahut 2019-08-20 21:05:50 +02:00 committed by GitHub
commit 8b5126fc25
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.9.2";
version = "6.9.3";
src = fetchFromGitHub {
owner = "kkos";
repo = "oniguruma";
rev = "v${version}";
sha256 = "15asc9v6ylal8fwzlnrh673mp62wngxvv9jx7h86vhljjdap6yfc";
sha256 = "0wzmqpjmxpryk83acbyhl9gwgm43ixbwraga2g5li9kx88mv4k0n";
};
nativeBuildInputs = [ cmake ];