wox: 2.0.0-beta.1 -> 2.0.0-beta.2
This commit is contained in:
@@ -22,13 +22,13 @@
|
||||
}:
|
||||
|
||||
let
|
||||
version = "2.0.0-beta.1";
|
||||
version = "2.0.0-beta.2";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "Wox-launcher";
|
||||
repo = "Wox";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-ghrvBOTR2v7i50OrwfwbwwFFF4uBQuEPxhXimdcFUJI=";
|
||||
hash = "sha256-PPB9eRXit89lwkLCN86+Un/msMqnFAulJxEGi+7Fa/c=";
|
||||
};
|
||||
|
||||
metaCommon = {
|
||||
@@ -46,8 +46,6 @@ let
|
||||
|
||||
pubspecLock = lib.importJSON ./pubspec.lock.json;
|
||||
|
||||
gitHashes.window_manager = "sha256-OGVrby09QsCvXnkLdEcCoZBO2z/LXY4xFBVdRHnvKEQ=";
|
||||
|
||||
nativeBuildInputs = [ autoPatchelfHook ];
|
||||
|
||||
buildInputs = [ keybinder3 ];
|
||||
@@ -155,7 +153,7 @@ buildGoModule {
|
||||
--replace-fail "Exec=%s" "Exec=wox"
|
||||
'';
|
||||
|
||||
vendorHash = "sha256-n3lTx1od4EvWdTSe3sIsUStp2qcuSWMqztJZoNLrzQg=";
|
||||
vendorHash = "sha256-MKxMHABeKotErM+PEhWxeQmPcHH4jJSGWa8wzj42hoE=";
|
||||
|
||||
proxyVendor = true;
|
||||
|
||||
|
||||
@@ -844,16 +844,6 @@
|
||||
"source": "hosted",
|
||||
"version": "4.1.0"
|
||||
},
|
||||
"screen_retriever": {
|
||||
"dependency": "transitive",
|
||||
"description": {
|
||||
"name": "screen_retriever",
|
||||
"sha256": "6ee02c8a1158e6dae7ca430da79436e3b1c9563c8cf02f524af997c201ac2b90",
|
||||
"url": "https://pub.dev"
|
||||
},
|
||||
"source": "hosted",
|
||||
"version": "0.1.9"
|
||||
},
|
||||
"scroll_pos": {
|
||||
"dependency": "transitive",
|
||||
"description": {
|
||||
@@ -1250,17 +1240,6 @@
|
||||
"source": "hosted",
|
||||
"version": "1.1.5"
|
||||
},
|
||||
"window_manager": {
|
||||
"dependency": "direct main",
|
||||
"description": {
|
||||
"path": ".",
|
||||
"ref": "db8b4c7f348311dbd5ce4cec8635f0c2cf048775",
|
||||
"resolved-ref": "db8b4c7f348311dbd5ce4cec8635f0c2cf048775",
|
||||
"url": "https://github.com/qianlifeng/window_manager.git"
|
||||
},
|
||||
"source": "git",
|
||||
"version": "0.3.7"
|
||||
},
|
||||
"xdg_directories": {
|
||||
"dependency": "transitive",
|
||||
"description": {
|
||||
|
||||
Reference in New Issue
Block a user