wox: 2.0.0 -> 2.0.1 (#497530)

This commit is contained in:
Marcin Serwin
2026-04-05 08:27:33 +00:00
committed by GitHub
+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 = {