apmplanner-2: 2.0.26 -> 2.0.27-rc1

This commit is contained in:
wucke13 2019-04-30 11:11:59 +02:00
parent b6300babad
commit a670a8dbb1
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

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