3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #88040 from zowoq/oniguruma

oniguruma: 6.9.4 -> 6.9.5_rev1
This commit is contained in:
Mario Rodas 2020-05-28 09:09:36 -05:00 committed by GitHub
commit 0c836fa1af
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "onig";
version = "6.9.4";
version = "6.9.5_rev1";
src = fetchFromGitHub {
owner = "kkos";
repo = "oniguruma";
rev = "v${version}";
sha256 = "11imbhj4p5w8lvrmcczccm1zq014h9j85r51z2ibb8jhf5p3lslh";
sha256 = "1sx683hbb58gbjvla69n5vxdzwqhjqisqbfkf9xi95wr7p9ycjhl";
};
nativeBuildInputs = [ cmake ];