about summary refs log tree commit diff
path: root/pkgs/development/libraries/oniguruma
diff options
context:
space:
mode:
authorR. RyanTM <ryantm+bot@ryantm.com>2018-04-20 01:32:36 -0700
committerR. RyanTM <ryantm+bot@ryantm.com>2018-04-20 01:32:36 -0700
commit448624323950b6649218def0b62c6aa1eae3b7d0 (patch)
tree7b5b31454e59516d2e3a369b9972a688c79b69ad /pkgs/development/libraries/oniguruma
parent333a24a628391137a7283f09498edd5822f12023 (diff)
oniguruma: 6.7.1 -> 6.8.2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/onig/versions.

These checks were done:

- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 6.8.2 with grep in /nix/store/ns5crqr9hb3l0p1l9865va71sv2xg6cz-onig-6.8.2
- directory tree listing: https://gist.github.com/fef8043e3042d40389d1a1b025204060
Diffstat (limited to 'pkgs/development/libraries/oniguruma')
-rw-r--r--pkgs/development/libraries/oniguruma/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/oniguruma/default.nix b/pkgs/development/libraries/oniguruma/default.nix
index 974c2e482ea50..3989ab42468d3 100644
--- a/pkgs/development/libraries/oniguruma/default.nix
+++ b/pkgs/development/libraries/oniguruma/default.nix
@@ -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 ];