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

re2: 2023-08-01 -> 2023-09-01
This commit is contained in:
Emily 2023-09-08 19:54:07 +02:00 committed by GitHub
commit 40b3bb5f9d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,13 +13,13 @@
stdenv.mkDerivation rec {
pname = "re2";
version = "2023-08-01";
version = "2023-09-01";
src = fetchFromGitHub {
owner = "google";
repo = "re2";
rev = version;
hash = "sha256-RexwqNR/Izf2Rzu1cvMw+le6C4EmL4CeWCOc+vXUBZQ=";
hash = "sha256-dCEkwjIs8ITVUZ4N0+qeGoShGNqKkdvJ88teyGKN6pg=";
};
outputs = [ "out" "dev" ];