Update ocaml-pcre to version 7.1.1

authored by

Florent Becker and committed by
Florent Becker
d1bbd569 cd3ba19e

+3 -3
+3 -3
pkgs/development/ocaml-modules/pcre/default.nix
··· 1 1 {stdenv, fetchurl, pcre, ocaml, findlib}: 2 2 3 3 stdenv.mkDerivation { 4 - name = "ocaml-pcre-7.0.4"; 4 + name = "ocaml-pcre-7.1.1"; 5 5 6 6 src = fetchurl { 7 - url = https://bitbucket.org/mmottl/pcre-ocaml/downloads/pcre-ocaml-7.0.4.tar.gz; 8 - sha256 = "0h2qlza7jkzgrglw1k0fydpbil0dgpv526kxyyd1apdbyzhb0mpw"; 7 + url = https://github.com/mmottl/pcre-ocaml/releases/download/v7.1.1/pcre-ocaml-7.1.1.tar.gz; 8 + sha256 = "0nj4gb6hjjjmz5gnl9cjrh4w82rw8cvbwnk0hxhfgfd25p9k50n3"; 9 9 }; 10 10 11 11 buildInputs = [ocaml findlib];