Skip to content
Snippets Groups Projects
Unverified Commit 1e4664e1 authored by R. RyanTM's avatar R. RyanTM Committed by GitHub
Browse files

betaflight-configurator: 10.7.1 -> 10.7.2

 (#154383)
parent d5dae656
Branches
Tags
No related merge requests found
...@@ -13,10 +13,10 @@ let ...@@ -13,10 +13,10 @@ let
in in
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
inherit pname; inherit pname;
version = "10.7.1"; version = "10.7.2";
src = fetchurl { src = fetchurl {
url = "https://github.com/betaflight/${pname}/releases/download/${version}/${pname}_${version}_linux64.zip"; url = "https://github.com/betaflight/${pname}/releases/download/${version}/${pname}_${version}_linux64.zip";
sha256 = "sha256-mMjy7Ve7wEmPxkAmux0WahUgJ86ylnWZP4smDZeBs8Q="; sha256 = "sha256-FDmtFRUupPKiHeF3Xvh/VagqMo+FJi8I7mhTz0VDs3o=";
}; };
nativeBuildInputs = [ wrapGAppsHook unzip ]; nativeBuildInputs = [ wrapGAppsHook unzip ];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment