flatbuffers: 22.11.23 -> 23.3.3

This commit is contained in:
R. Ryantm 2023-03-07 12:30:43 +00:00
parent 33c9fd85e5
commit ab5741b2bd

View file

@ -7,13 +7,13 @@
stdenv.mkDerivation rec {
pname = "flatbuffers";
version = "22.11.23";
version = "23.3.3";
src = fetchFromGitHub {
owner = "google";
repo = "flatbuffers";
rev = "v${version}";
sha256 = "sha256-I41bslYoSGPNm1+Xpf4kHFDnIqLN8vg5cEqbFIpDT5A=";
sha256 = "sha256-h0lF7jf1cDVVyqhUCi7D0NoZ3b4X/vWXsFplND80lGs=";
};
nativeBuildInputs = [ cmake python3 ];