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
commit db6b0a17a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,13 +7,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "flatbuffers"; pname = "flatbuffers";
version = "2.0.6"; version = "2.0.7";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "google"; owner = "google";
repo = "flatbuffers"; repo = "flatbuffers";
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-0bJ0n/5yzj6lHXLKJzHUS0Bnlmys+X7pY/3LGapVh6k="; sha256 = "sha256-tIM6CdIPq++xFbpA22zDm3D4dT9soNDe/9GRY/FyLrw=";
}; };
nativeBuildInputs = [ cmake python3 ]; nativeBuildInputs = [ cmake python3 ];