re2: 2024-03-01 -> 2024-04-01

This commit is contained in:
R. Ryantm 2024-03-31 15:16:59 +00:00
parent 9bc8f11e87
commit 8bf32c6841

View file

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