Commit Graph

109 Commits

Author SHA1 Message Date
Ben Wolsieffer
e8b00e9eeb mavproxy: 1.8.39 -> 1.8.40 2021-07-31 18:40:30 -04:00
Ben Siraphob
4ce8c34049 treewide: remove unnecessary enableParallelBuilding when using qmake 2021-07-20 10:32:58 +07:00
R. RyanTM
c4e9746406 emuflight-configurator: 0.3.5 -> 0.3.6 2021-06-29 23:28:17 -07:00
Sandro
c6b318fdf9
Merge pull request #128061 from lopsided98/mavproxy-update
mavproxy: 1.8.37 -> 1.8.39
2021-06-25 12:11:43 +02:00
Ben Wolsieffer
6a0c1538fc mavproxy: 1.8.37 -> 1.8.39 2021-06-24 20:22:22 -04:00
Sandro
fac2f63654
Apply suggestions from code review 2021-06-23 11:13:00 +02:00
beezow
4eb4579833 emuflight-configurator: init at 0.3.5 2021-06-22 17:23:01 -06:00
AndersonTorres
e9e5f5f84d Change all alsaLib references to alsa-lib 2021-06-10 01:12:49 -03:00
R. RyanTM
14018b71dd mavproxy: 1.8.36 -> 1.8.37 2021-05-26 23:42:35 -07:00
Sandro
f85bc843c2
Merge pull request #122759 from dotlambda/mono6 2021-05-18 01:25:35 +02:00
Sandro
6b5f106b05
Merge pull request #122930 from lopsided98/qgroundcontrol-update
qgroundcontrol: 4.1.2 -> 4.1.3
2021-05-15 21:32:56 +02:00
Ben Wolsieffer
6e3b082026 qgroundcontrol: 4.1.2 -> 4.1.3 2021-05-13 20:24:22 -04:00
Ben Wolsieffer
09ac4d615a mavproxy: clarify license as gpl3Plus
The README states: "MAVProxy is released under the GNU General Public License v3
or later"
2021-05-12 22:51:36 -04:00
Ben Wolsieffer
7d652d0c23 mavproxy: 1.8.34 -> 1.8.36 2021-05-12 22:48:04 -04:00
Robert Schütz
d099e7558e mono: 5 -> 6 2021-05-12 21:32:40 +02:00
Luke Granger-Brown
ebf371726d sumorobot-manager: fix compilation 2021-05-02 00:12:19 +00:00
R. RyanTM
99f8bc3e03 sumorobot-manager: 0.9.0 -> 1.0.0 2021-05-02 00:02:46 +00:00
Ben Wolsieffer
1e52d002bb qgroundcontrol: 4.1.1 -> 4.1.2 2021-04-08 00:04:07 -04:00
Ben Siraphob
127733211e
treewide: unzip buildInputs to nativeBuildInputs (#112302) 2021-02-20 16:01:53 -05:00
R. RyanTM
4450456fbc mavproxy: 1.8.32 -> 1.8.34 2021-02-17 22:46:44 +00:00
R. RyanTM
1d8764676c mavproxy: 1.8.31 -> 1.8.32 2021-02-11 12:26:47 +00:00
Ben Wolsieffer
9a635d38b6 qgroundcontrol: 4.0.11 -> 4.1.1 2021-02-06 15:15:22 -05:00
Ryan Mulligan
e51d3443c8
Merge pull request #110971 from r-ryantm/auto-update/MAVProxy
mavproxy: 1.8.30 -> 1.8.31
2021-02-02 17:35:03 -08:00
wucke13
e4696feefc apmplanner2: 2.0.28-rc1 -> 2.0.28 2021-02-01 19:41:39 +01:00
R. RyanTM
abd5395184 mavproxy: 1.8.30 -> 1.8.31 2021-01-28 00:24:12 +00:00
zowoq
31f5dd3f36 treewide: editorconfig fixes
- remove trailing whitespace
- use spaces for indentation
2021-01-20 09:11:11 +10:00
Jonathan Ringer
9bb3fccb5b treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix
continuation of #109595

pkgconfig was aliased in 2018, however, it remained in
all-packages.nix due to its wide usage. This cleans
up the remaining references to pkgs.pkgsconfig and
moves the entry to aliases.nix.

python3Packages.pkgconfig remained unchanged because
it's the canonical name of the upstream package
on pypi.
2021-01-19 01:16:25 -08:00
Ben Siraphob
badf51221d treewide: stdenv.lib -> lib 2021-01-16 17:58:11 +07:00
fricklerhandwerk
bb2879d593 mavproxy: fix darwin build 2021-01-14 09:26:12 +01:00
Profpatsch
4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
Part of: https://github.com/NixOS/nixpkgs/issues/108938

meta = with stdenv.lib;

is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.

This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.

The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-11 10:38:22 +01:00
zowoq
fb2311d430 Merge staging-next into staging 2021-01-03 16:33:28 +10:00
Sandro
84c3e129cc
Merge pull request #108190 from lopsided98/qgroundcontrol-update
qgroundcontrol: 4.0.10 -> 4.0.11
2021-01-02 09:55:16 +01:00
Ben Wolsieffer
92e3304792 qgroundcontrol: 4.0.10 -> 4.0.11 2021-01-01 22:22:20 -05:00
Ben Siraphob
b04fc593e7 treewide: cmake buildInputs to nativeBuildInputs, minor cleanups 2021-01-01 11:52:33 +07:00
Doron Behar
6f8710ae1e
Merge pull request #107545 from wucke13/mission-planner
mission-planner: init at version 1.3.74
2020-12-28 00:02:53 +02:00
wucke13
54c2534c3b mission-planner: init at version 1.3.74 2020-12-26 21:39:02 +01:00
R. RyanTM
2c3ca45515 mavproxy: 1.8.29 -> 1.8.30 2020-12-24 08:35:40 -08:00
R. RyanTM
b3f3197266 mavproxy: 1.8.27 -> 1.8.29 2020-12-03 14:33:38 +00:00
R. RyanTM
3174ae1723 mavproxy: 1.8.24 -> 1.8.27 2020-11-25 05:57:05 +00:00
R. RyanTM
4615d67ac6 mavproxy: 1.8.23 -> 1.8.24 2020-11-20 17:43:07 +00:00
R. RyanTM
df7db2b3ed mavproxy: 1.8.22 -> 1.8.23 2020-11-14 06:25:20 +00:00
R. RyanTM
af82dfa808 mavproxy: 1.8.19 -> 1.8.22 2020-10-15 05:05:52 +00:00
Ben Wolsieffer
5c78ba8ef6 qgroundcontrol: 4.0.9 -> 4.0.10 2020-08-16 15:28:55 -04:00
Ben Wolsieffer
060c1ef6a5 qgroundcontrol: 4.0.8 -> 4.0.9 2020-07-11 15:27:23 -04:00
Benjamin Hipple
4f4e0477b7
Merge pull request #90320 from wucke13/apmplanner-2
apmplanner2: 2.0.27-rc1 -> 2.0.28-rc1
2020-07-05 20:23:52 -04:00
wucke13
6bd79857e9 apmplanner2: 2.0.27-rc1 -> 2.0.28-rc1 2020-06-14 13:27:38 +02:00
wucke13
e4183aaa76 betaflight-configurator: 10.6.0 -> 10.7.0 2020-06-14 12:32:59 +02:00
Ben Wolsieffer
5d3c56822a qgroundcontrol: 3.5.5 -> 4.0.8 2020-06-04 19:06:45 -04:00
puzzlewolf
3b26ba8b91 maintainers: remove pxc 2020-05-30 18:38:37 +02:00
puzzlewolf
c906c45fec gazebo, sdformat: remove 2020-05-30 18:38:28 +02:00