lol
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #229536 from lopsided98/mission-planner-update

mission-planner: 1.3.76 -> 1.3.80

authored by

Jörg Thalheim and committed by
GitHub
255c9a8b 566cebaf

+2 -2
+2 -2
pkgs/applications/science/robotics/mission-planner/default.nix
··· 12 12 }; 13 13 in stdenv.mkDerivation rec { 14 14 inherit pname; 15 - version = "1.3.76"; 15 + version = "1.3.80"; 16 16 17 17 src = fetchurl { 18 18 url = "https://firmware.ardupilot.org/Tools/MissionPlanner/MissionPlanner-${version}.zip"; 19 - sha256 = "sha256-vdunUGwLjDKf1LDhtyTQAExddecyWc1TdZOyuu0qMlk="; 19 + sha256 = "sha256-iivlaQWtOMJHchmR92FoqTaosGJ9F1AgFtuFgDE/9qQ="; 20 20 }; 21 21 22 22 nativeBuildInputs = [ makeWrapper mono unzip ];