expresslrs-configurator: 1.8.1 -> 1.8.2 (#544569)

This commit is contained in:
Nick Cao
2026-07-23 19:05:36 +00:00
committed by GitHub

View File

@@ -12,7 +12,7 @@
let
pname = "expresslrs-configurator";
version = "1.8.1";
version = "1.8.2";
installPath = "share/${pname}";
resourcesPath = "${installPath}/resources";
in
@@ -22,7 +22,7 @@ stdenv.mkDerivation {
src = fetchzip {
url = "https://github.com/ExpressLRS/ExpressLRS-Configurator/releases/download/v${version}/${pname}-${version}.zip";
stripRoot = false;
hash = "sha256-3f2/ifXLs/gHZVVDI0EUBP05FEHH8exDvBzALDXq0Wo=";
hash = "sha256-fVERT1JkXYwEqP0UJZZxT8AgkEMRzlvSqWPM4Zo9KXU=";
};
nativeBuildInputs = [