re2: 2021-08-01 -> 2021-09-01

This commit is contained in:
Mario Rodas 2021-09-29 11:52:23 -05:00
parent bfea70a996
commit cccf01a57b

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