Merge pull request #60473 from wucke13/apmplanner-2

apmplanner-2: 2.0.26 -> 2.0.27-rc1
This commit is contained in:
Renaud 2019-05-11 21:55:44 +02:00 committed by GitHub
commit f46b69d793
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View file

@ -5,13 +5,13 @@
stdenv.mkDerivation rec {
name = "apmplanner2-${version}";
# TODO revert Qt59 to Qt5 in pkgs/top-level/all-packages.nix on next release
version = "2.0.26";
# TODO revert Qt511 to Qt5 in pkgs/top-level/all-packages.nix on next release
version = "2.0.27-rc1";
src = fetchFromGitHub {
owner = "ArduPilot";
repo = "apm_planner";
rev = "${version}";
sha256 = "0bnyi1r8k8ij5sq2zqv7mfbrxm0xdw97qrx3sk4rinqv2g6h6di4";
sha256 = "1k0786mjzi49nb6yw4chh9l4dmkf9gybpxg9zqkr5yg019nyzcvd";
};
qtInputs = [

View file

@ -22848,7 +22848,7 @@ in
### SCIENCE/ROBOTICS
apmplanner2 = libsForQt59.callPackage ../applications/science/robotics/apmplanner2 { };
apmplanner2 = libsForQt511.callPackage ../applications/science/robotics/apmplanner2 { };
### MISC