Skip to content

Commit

Permalink
flatbuffers: 2.0.7 -> unstable-2022-09-11
Browse files Browse the repository at this point in the history
New version with fix for the cmake integration has not yet been released: google/flatbuffers#7499.
  • Loading branch information
Algram committed Sep 10, 2022
1 parent 6db6585 commit 5379109
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/libraries/flatbuffers/default.nix
Expand Up @@ -7,13 +7,13 @@

stdenv.mkDerivation rec {
pname = "flatbuffers";
version = "2.0.7";
version = "unstable-2022-09-11";

src = fetchFromGitHub {
owner = "google";
repo = "flatbuffers";
rev = "v${version}";
sha256 = "sha256-tIM6CdIPq++xFbpA22zDm3D4dT9soNDe/9GRY/FyLrw=";
rev = "56e60223c38af0f64ddc8aafad27dd3a28668e7c";
sha256 = "sha256-tIM6CdIPq++xFbpA22zDm3D4dT9soNDe/7GRY/FyLrw=";
};

nativeBuildInputs = [ cmake python3 ];
Expand Down

0 comments on commit 5379109

Please sign in to comment.