lol

wox: 2.0.0-beta.4 -> 2.0.0-beta.5

kyehn bf6b16d9 a7920506

+8 -8
+8 -8
pkgs/by-name/wo/wox/package.nix
··· 2 2 lib, 3 3 stdenv, 4 4 fetchFromGitHub, 5 - flutter332, 5 + flutter335, 6 6 keybinder3, 7 7 nodejs, 8 8 pnpm_9, 9 9 python3Packages, 10 10 writableTmpDirAsHomeHook, 11 - buildGo125Module, 11 + buildGoModule, 12 12 pkg-config, 13 13 autoPatchelfHook, 14 14 xorg, ··· 22 22 }: 23 23 24 24 let 25 - version = "2.0.0-beta.4"; 25 + version = "2.0.0-beta.5"; 26 26 27 27 src = fetchFromGitHub { 28 28 owner = "Wox-launcher"; 29 29 repo = "Wox"; 30 30 tag = "v${version}"; 31 - hash = "sha256-KOndb8snDk1BwOontI5G9wnBBvO8KV85YF5zzp95t/M="; 31 + hash = "sha256-ZuKsIWooLqGeEex8uRiMVYVxnAJyiQt0soZ9OP6+qq0="; 32 32 }; 33 33 34 34 metaCommon = { ··· 38 38 maintainers = with lib.maintainers; [ ]; 39 39 }; 40 40 41 - ui-flutter = flutter332.buildFlutterApplication { 41 + ui-flutter = flutter335.buildFlutterApplication { 42 42 pname = "wox-ui-flutter"; 43 43 inherit version src; 44 44 ··· 97 97 meta = metaCommon; 98 98 }); 99 99 100 - plugin-python = python3Packages.buildPythonApplication rec { 100 + plugin-python = python3Packages.buildPythonApplication { 101 101 pname = "wox-plugin"; 102 102 inherit version src; 103 103 pyproject = true; ··· 109 109 meta = metaCommon; 110 110 }; 111 111 112 - plugin-host-python = python3Packages.buildPythonApplication rec { 112 + plugin-host-python = python3Packages.buildPythonApplication { 113 113 pname = "wox-plugin-host-python"; 114 114 inherit version src; 115 115 pyproject = true; ··· 137 137 }; 138 138 }; 139 139 in 140 - buildGo125Module { 140 + buildGoModule { 141 141 pname = "wox"; 142 142 inherit version src; 143 143