re2: 2024-07-02 -> 2025-07-17 (#426582)

This commit is contained in:
Azat Bahawi
2025-07-24 13:24:38 +00:00
committed by GitHub
+2 -2
View File
@@ -17,13 +17,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "re2";
version = "2024-07-02";
version = "2025-07-17";
src = fetchFromGitHub {
owner = "google";
repo = "re2";
rev = finalAttrs.version;
hash = "sha256-IeANwJlJl45yf8iu/AZNDoiyIvTCZIeK1b74sdCfAIc=";
hash = "sha256-8wxAFu013Nc67vikwXt5+A/5odEk62yHpRbeH6zHrlY=";
};
outputs = [