re2: 2024-04-01 -> 2024-05-01

Changes: https://github.com/google/re2/compare/2024-04-01...2024-05-01
This commit is contained in:
Sergei Trofimovich
2024-05-03 22:10:18 +01:00
parent 84419726df
commit 1eea09ccf9

View File

@@ -13,13 +13,13 @@
stdenv.mkDerivation rec {
pname = "re2";
version = "2024-04-01";
version = "2024-05-01";
src = fetchFromGitHub {
owner = "google";
repo = "re2";
rev = version;
hash = "sha256-qRNV0O55L+r2rNSUJjU6nMqkPWXENZQvyr5riTU3e5o=";
hash = "sha256-p4MdHjTk0SQsBPVkEy+EceAN/QTyzBDe7Pd1hJwOs3A=";
};
outputs = [ "out" "dev" ];