Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

flatbuffers: 1.4.0 -> 1.8.0

Semi-automatic update. These checks were performed:

- built on NixOS
- ran `/nix/store/2zfi5j6wmfb6hbaqmmsbarbjz8r5f333-flatbuffers-1.8.0/bin/flatc --version` and found version 1.8.0
- found 1.8.0 with grep in /nix/store/2zfi5j6wmfb6hbaqmmsbarbjz8r5f333-flatbuffers-1.8.0
- found 1.8.0 in filename of file in /nix/store/2zfi5j6wmfb6hbaqmmsbarbjz8r5f333-flatbuffers-1.8.0

+2 -2
+2 -2
pkgs/development/libraries/flatbuffers/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 name = "flatbuffers-${version}"; 5 - version = "1.4.0"; 5 + version = "1.8.0"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "google"; 9 9 repo = "flatbuffers"; 10 10 rev = "v${version}"; 11 - sha256 = "0jsqk49h521d5h4c9gk39a8968g6rcd6520a8knbfc7ssc4028y0"; 11 + sha256 = "1qq8qbv8wkiiizj8s984f17bsbjsrhbs9q1nw1yjgrw0grcxlsi9"; 12 12 }; 13 13 14 14 buildInputs = [ cmake ];