v2raya: 2.2.4.3 -> 2.2.5.1

This commit is contained in:
ChaosAttractor 2024-02-23 00:15:02 +08:00
parent 591f9cbebe
commit 6ecfaee616
No known key found for this signature in database
GPG key ID: 49CC7E193DF639F3
2 changed files with 7 additions and 5 deletions

View file

@ -11,13 +11,13 @@
}:
let
pname = "v2raya";
version = "2.2.4.3";
version = "2.2.5.1";
src = fetchFromGitHub {
owner = "v2rayA";
repo = "v2rayA";
rev = "v${version}";
hash = "sha256-6643sdKVHOHrGRocTm881GCHoON4tlrKcNfOFMHwnQY=";
hash = "sha256-aicKjirUHNeCCxfW9aaPI+X5DTQ0RdZnCxIQRU+GdCM=";
postFetch = "sed -i -e 's/npmmirror/yarnpkg/g' $out/gui/yarn.lock";
};
guiSrc = "${src}/gui";
@ -30,7 +30,7 @@ let
offlineCache = fetchYarnDeps {
yarnLock = "${guiSrc}/yarn.lock";
sha256 = "sha256-rZIcVLolTMdtN27W6gCw9uk9m4N5v9SZn2563+aN/gs=";
sha256 = "sha256-AZIYkW2u1l9IaDpR9xiKNpc0sGAarLKwHf5kGnzdpKw=";
};
buildPhase = ''
@ -62,7 +62,7 @@ buildGoModule {
inherit pname version;
src = "${src}/service";
vendorHash = "sha256-wwDv2ThHwtnUpAnQoc0Ms0mGC44jRvABcE4K5MrF8S4=";
vendorHash = "sha256-/4l13TbE1WEX1xYfyzEwygFsNtT6weoYDll4ejvCyIg=";
ldflags = [
"-s"

View file

@ -9,7 +9,8 @@
"lint": "vue-cli-service lint"
},
"resolutions": {
"@achrinza/node-ipc": "^10.1.10"
"@achrinza/node-ipc": "^10",
"@achrinza/event-pubsub": "^5"
},
"dependencies": {
"@achrinza/node-ipc": "^10.1.10",
@ -42,6 +43,7 @@
"@vue/cli-plugin-vuex": "~5.0.8",
"@vue/cli-service": "~5.0.8",
"@vue/eslint-config-prettier": "^5.0.0",
"compression-webpack-plugin": "^10.0.0",
"css-loader": "^5.2.0",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",