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

flatbuffers: 2.0.6 -> 2.0.7
This commit is contained in:
Christian Kögler
2022-08-27 22:19:47 +02:00
committed by GitHub
@@ -7,13 +7,13 @@
stdenv.mkDerivation rec {
pname = "flatbuffers";
version = "2.0.6";
version = "2.0.7";
src = fetchFromGitHub {
owner = "google";
repo = "flatbuffers";
rev = "v${version}";
sha256 = "sha256-0bJ0n/5yzj6lHXLKJzHUS0Bnlmys+X7pY/3LGapVh6k=";
sha256 = "sha256-tIM6CdIPq++xFbpA22zDm3D4dT9soNDe/9GRY/FyLrw=";
};
nativeBuildInputs = [ cmake python3 ];