Loading pkgs/applications/science/robotics/betaflight-configurator/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -13,10 +13,10 @@ let in stdenv.mkDerivation rec { inherit pname; version = "10.9.0"; version = "10.10.0"; src = fetchurl { url = "https://github.com/betaflight/${pname}/releases/download/${version}/${pname}_${version}_linux64-portable.zip"; sha256 = "sha256-9FzMyBIR2u1zXHtTWJABM6RF1+OyjYdEPlRwtig9blI="; sha256 = "sha256-UB5Vr5wyCUZbOaQNckJQ1tAXwh8VSLNI1IgTiJzxV08="; }; # remove large unneeded files Loading Loading
pkgs/applications/science/robotics/betaflight-configurator/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -13,10 +13,10 @@ let in stdenv.mkDerivation rec { inherit pname; version = "10.9.0"; version = "10.10.0"; src = fetchurl { url = "https://github.com/betaflight/${pname}/releases/download/${version}/${pname}_${version}_linux64-portable.zip"; sha256 = "sha256-9FzMyBIR2u1zXHtTWJABM6RF1+OyjYdEPlRwtig9blI="; sha256 = "sha256-UB5Vr5wyCUZbOaQNckJQ1tAXwh8VSLNI1IgTiJzxV08="; }; # remove large unneeded files Loading