Commit 7f41b46f authored by R. RyanTM's avatar R. RyanTM
Browse files

wox: 2.0.0 -> 2.0.1

parent 13691e43
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = {