3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #202851 from r-ryantm/auto-update/flatbuffers

flatbuffers: 22.10.26 -> 22.11.23
This commit is contained in:
Mario Rodas 2022-11-29 20:13:45 -05:00 committed by GitHub
commit d0c2fbd67c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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