re2: 2023-11-01 -> 2024-02-01

This commit is contained in:
R. Ryantm 2024-02-01 07:56:32 +00:00
parent 0b8f8e0cd9
commit f488b8e1ae

View File

@ -13,13 +13,13 @@
stdenv.mkDerivation rec {
pname = "re2";
version = "2023-11-01";
version = "2024-02-01";
src = fetchFromGitHub {
owner = "google";
repo = "re2";
rev = version;
hash = "sha256-cKXe8r5MUag/z+seem4Zg/gmqIQjaCY7DBxiKlrnXPs=";
hash = "sha256-a6yo0zLgb193TDL8akselJuZfYqCjPwQ/FJ7+KexuLE=";
};
outputs = [ "out" "dev" ];