Merge pull request #323864 from trofi/re2-update

This commit is contained in:
Sandro 2024-07-03 11:35:44 +02:00 committed by GitHub
commit bcbeb52e9f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -17,13 +17,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "re2";
version = "2024-06-01";
version = "2024-07-02";
src = fetchFromGitHub {
owner = "google";
repo = "re2";
rev = finalAttrs.version;
hash = "sha256-iQETsjdIFcYM5I/W8ytvV3z/4va6TaZ/+KkSjb8CtF0=";
hash = "sha256-IeANwJlJl45yf8iu/AZNDoiyIvTCZIeK1b74sdCfAIc=";
};
outputs = [