Merge pull request #134503 from r-ryantm/auto-update/re2

re2: 2021-04-01 -> 2021-08-01
This commit is contained in:
Mario Rodas 2021-09-29 12:19:51 -05:00 committed by GitHub
commit a26f0d169a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "re2";
version = "2021-04-01";
version = "2021-09-01";
src = fetchFromGitHub {
owner = "google";
repo = "re2";
rev = version;
sha256 = "1iia0883lssj7ckbsr0n7yb3gdw24c8wnl2q5hhzlml23h4ipbh3";
sha256 = "1fyhypw345xz8zdh53gz6j1fwgrx0gszk1d349ja37dpxh4jp2jh";
};
preConfigure = ''