wox: 2.0.0-beta.4 -> 2.0.0-beta.5 (#445187)

Changed files
+8 -8
pkgs
by-name
wo
+8 -8
pkgs/by-name/wo/wox/package.nix
···
lib,
stdenv,
fetchFromGitHub,
-
flutter332,
+
flutter335,
keybinder3,
nodejs,
pnpm_9,
python3Packages,
writableTmpDirAsHomeHook,
-
buildGo125Module,
+
buildGoModule,
pkg-config,
autoPatchelfHook,
xorg,
···
}:
let
-
version = "2.0.0-beta.4";
+
version = "2.0.0-beta.5";
src = fetchFromGitHub {
owner = "Wox-launcher";
repo = "Wox";
tag = "v${version}";
-
hash = "sha256-KOndb8snDk1BwOontI5G9wnBBvO8KV85YF5zzp95t/M=";
+
hash = "sha256-ZuKsIWooLqGeEex8uRiMVYVxnAJyiQt0soZ9OP6+qq0=";
};
metaCommon = {
···
maintainers = with lib.maintainers; [ ];
};
-
ui-flutter = flutter332.buildFlutterApplication {
+
ui-flutter = flutter335.buildFlutterApplication {
pname = "wox-ui-flutter";
inherit version src;
···
meta = metaCommon;
});
-
plugin-python = python3Packages.buildPythonApplication rec {
+
plugin-python = python3Packages.buildPythonApplication {
pname = "wox-plugin";
inherit version src;
pyproject = true;
···
meta = metaCommon;
};
-
plugin-host-python = python3Packages.buildPythonApplication rec {
+
plugin-host-python = python3Packages.buildPythonApplication {
pname = "wox-plugin-host-python";
inherit version src;
pyproject = true;
···
};
};
in
-
buildGo125Module {
+
buildGoModule {
pname = "wox";
inherit version src;