Skip to content

Commit

Permalink
Merge pull request #67011 from r-ryantm/auto-update/onig
Browse files Browse the repository at this point in the history
oniguruma: 6.9.2 -> 6.9.3
  • Loading branch information
mmahut committed Aug 20, 2019
2 parents 4ec813d + 4bbcc71 commit 8b5126f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/oniguruma/default.nix
Expand Up @@ -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 ];
Expand Down

0 comments on commit 8b5126f

Please sign in to comment.