Merge pull request #204546 from r-ryantm/auto-update/re2

re2: 2022-06-01 -> 2022-12-01
This commit is contained in:
ajs124
2022-12-06 19:15:39 +01:00
committed by GitHub
+2 -2
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" ];