| Commit message (Expand) | Author | Age | Files | Lines |
| * | treewide: name -> pname (easy cases) (#66585)•••treewide replacement of
stdenv.mkDerivation rec {
name = "*-${version}";
version = "*";
to pname | volth | 2019-08-15 | 1 | -1/+1 |
| * | flatbuffers: 1.8.0 -> 1.10.0 (#48521)•••* flatbuffers: 1.8.0 -> 1.10.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/flatbuffers/versions
* flatbuffers: fix build on Darwin and enable checks
Bazel BUILD file is conflicting with build directory on case-insensitive FS
+ checkPhase now runs "make test"
| R. RyanTM | 2018-10-20 | 1 | -7/+10 |
| * | 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
| Ryan Mulligan | 2018-02-25 | 1 | -2/+2 |
| * | flatbuffers: init at 1.4.0 | Tom Hunger | 2016-10-20 | 1 | -0/+34 |