re2: 2022-12-01 -> 2023-02-01

Changes: https://github.com/google/re2/compare/2022-12-01...2023-02-01
This commit is contained in:
Sergei Trofimovich 2023-02-03 19:15:54 +00:00
parent ce18482c53
commit 33ec6774e9

View File

@ -12,13 +12,13 @@
stdenv.mkDerivation rec {
pname = "re2";
version = "2022-12-01";
version = "2023-02-01";
src = fetchFromGitHub {
owner = "google";
repo = "re2";
rev = version;
hash = "sha256-RmPXfavSKVnnl/RJ5aTjc/GbkPz+EXiFg1n5e4s6wjw=";
hash = "sha256-YENgO5Ig6SLNdGEsdhKNb4THhocyAv1MMcg4FVYBB7U=";
};
outputs = [ "out" "dev" ];