oniguruma: 6.8.2 -> 6.9.0

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
onig
This commit is contained in:
R. RyanTM 2018-09-06 15:57:40 -07:00
parent 6767396e38
commit 6d803b41c5

View File

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