re2: 2023-08-01 -> 2023-09-01

This commit is contained in:
R. Ryantm 2023-09-06 02:15:05 +00:00
parent 2c9e9de1fe
commit 57e995b376

View file

@ -13,13 +13,13 @@
stdenv.mkDerivation rec {
pname = "re2";
version = "2023-08-01";
version = "2023-09-01";
src = fetchFromGitHub {
owner = "google";
repo = "re2";
rev = version;
hash = "sha256-RexwqNR/Izf2Rzu1cvMw+le6C4EmL4CeWCOc+vXUBZQ=";
hash = "sha256-dCEkwjIs8ITVUZ4N0+qeGoShGNqKkdvJ88teyGKN6pg=";
};
outputs = [ "out" "dev" ];