Merge pull request #99647 from alexbakker/re2-20201001

re2: 20190401 -> 20201001
This commit is contained in:
Gabriel Ebner 2020-10-13 17:25:20 +02:00 committed by GitHub
commit 1e95393052
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation {
pname = "re2";
version = "20190401";
version = "20201001";
src = fetchFromGitHub {
owner = "google";
repo = "re2";
rev = "2019-04-01";
sha256 = "018b8z3fgcr02rmhxdz80r363k40938cbgmk1c9b46k6xkc4q0hd";
rev = "2020-10-01";
sha256 = "0a5f7av1pk6p3jxc2w6prl00lyrplap97m68hnhw7jllnwljk0bx";
};
preConfigure = ''