chore(expresslrs-configurator): 1.6.1 -> 1.7.2

This commit is contained in:
514fpv 2024-07-21 10:59:09 +08:00
parent f3a6614631
commit c5c113f233
Signed by: koishi
SSH key fingerprint: SHA256:axz0uIzzY+5W19i7QOUuiw5LSqhKfCBKPf3L4xFRxLw

View file

@ -5,13 +5,13 @@
, buildFHSUserEnv }: let
name = "ExpressLRS-Configurator";
pname = "expresslrs-configurator";
version = "1.6.1";
version = "1.7.2";
dist = fetchzip {
name = "${pname}-dist";
url = "https://github.com/ExpressLRS/ExpressLRS-Configurator/releases/download/v${version}/${pname}-${version}.zip";
stripRoot = false;
hash = "sha256-m/e8dsOadjk63cwfnnCBbjXzI/ooWZUGRM5n267JmhQ=";
hash = "sha256-pXmJ420HeJaMjAZCzlIriuFrTK5xabxTrSy3PDVisgU=";
};
desktopItem = makeDesktopItem {