chore(flake)!: bump inputs
This commit is contained in:
parent
7431c6079a
commit
9505159f86
4 changed files with 231 additions and 35 deletions
|
@ -2,7 +2,7 @@
|
|||
, fetchzip
|
||||
, makeDesktopItem
|
||||
, imagemagick
|
||||
, buildFHSUserEnv }: let
|
||||
, buildFHSEnv }: let
|
||||
name = "ExpressLRS-Configurator";
|
||||
pname = "expresslrs-configurator";
|
||||
version = "1.7.2";
|
||||
|
@ -22,7 +22,7 @@
|
|||
desktopName = "ExpressLRS Configurator";
|
||||
genericName = "radio link configuration & build tool";
|
||||
};
|
||||
in buildFHSUserEnv {
|
||||
in buildFHSEnv {
|
||||
inherit pname version;
|
||||
# copied from chromium deps
|
||||
targetPkgs = pkgs: (with pkgs; [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue