re2: 2024-02-01 -> 2024-03-01

Changes: https://github.com/google/re2/compare/2024-02-01...2024-03-01
This commit is contained in:
Sergei Trofimovich 2024-02-29 22:20:14 +00:00
parent 44c70a3707
commit ccbbec1fb9

View File

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