Merge pull request #290663 from LostAttractor/v2raya

v2raya: 2.2.4.3 -> 2.2.5.1
This commit is contained in:
Atemu 2024-03-09 09:13:45 +00:00 committed by GitHub
commit d3c986deff
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 8 additions and 6 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"
@ -94,6 +94,6 @@ buildGoModule {
mainProgram = "v2rayA";
license = licenses.agpl3Only;
platforms = platforms.linux;
maintainers = with maintainers; [ elliot ];
maintainers = with maintainers; [ ChaosAttractor ];
};
}

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",