Merge pull request #143545 from r-ryantm/auto-update/betaflight-configurator

authored by

Sandro and committed by
GitHub
964a9622 5d46a56a

+2 -2
+2 -2
pkgs/applications/science/robotics/betaflight-configurator/default.nix
··· 13 13 in 14 14 stdenv.mkDerivation rec { 15 15 inherit pname; 16 - version = "10.7.0"; 16 + version = "10.7.1"; 17 17 src = fetchurl { 18 18 url = "https://github.com/betaflight/${pname}/releases/download/${version}/${pname}_${version}_linux64.zip"; 19 - sha256 = "07r60n9422g5sm7x5b62p044cp961l51vx0s8ig2hy24s74hkam1"; 19 + sha256 = "sha256-mMjy7Ve7wEmPxkAmux0WahUgJ86ylnWZP4smDZeBs8Q="; 20 20 }; 21 21 22 22 nativeBuildInputs = [ wrapGAppsHook unzip ];