re2: 2022-06-01 -> 2022-12-01

This commit is contained in:
R. Ryantm 2022-12-04 22:14:15 +00:00
parent 8ae7fa8541
commit c571595dca

View File

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