re2: 2024-06-01 -> 2024-07-02

Changes: https://github.com/google/re2/compare/2024-06-01...2024-07-02
This commit is contained in:
Sergei Trofimovich
2024-07-01 18:21:42 +01:00
parent d1443fb34d
commit 04cc8a5934
+2 -2
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 = [