wox: 2.0.0 -> 2.0.1

This commit is contained in:
R. Ryantm
2026-03-07 11:34:31 +00:00
parent 13691e43dc
commit 7f41b46f01
+2 -2
View File
@@ -25,13 +25,13 @@
}:
let
version = "2.0.0";
version = "2.0.1";
src = fetchFromGitHub {
owner = "Wox-launcher";
repo = "Wox";
tag = "v${version}";
hash = "sha256-6QJCv1geDff4noSaurVsO0Gz0g5+cdobG9DpKBcrMkA=";
hash = "sha256-1g38ry6+iWiRBLVbgLNaotc/jlsG5LLVYvzJbmEjIdA=";
};
metaCommon = {