re2: 2025-07-22 -> 2025-08-05

Changes: https://github.com/google/re2/compare/2025-07-22...2025-08-05
This commit is contained in:
Sergei Trofimovich
2025-08-08 21:27:19 +01:00
parent 767dbbcbf8
commit 33faad38f9
+2 -2
View File
@@ -17,13 +17,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "re2";
version = "2025-07-22";
version = "2025-08-05";
src = fetchFromGitHub {
owner = "google";
repo = "re2";
rev = finalAttrs.version;
hash = "sha256-e1PvcpZFl1lGOjwaK2ocBsQEQCYtCusdWM3b1KpHHnQ=";
hash = "sha256-Q4/xab6Jqhai/WIMND5YWOrPmNyDDf3HysKDqum3RgQ=";
};
outputs = [