v2raya: 2.2.6.6 -> 2.2.6.7

This commit is contained in:
R. Ryantm
2025-03-31 08:12:51 +00:00
parent 039ad942e3
commit 5fa2e1152e

View File

@@ -18,13 +18,13 @@
}:
let
pname = "v2raya";
version = "2.2.6.6";
version = "2.2.6.7";
src = fetchFromGitHub {
owner = "v2rayA";
repo = "v2rayA";
tag = "v${version}";
hash = "sha256-OXydUg9prJ3Rc5yecEqHfv+kyx/rMzzDQdz+lHvPG6k=";
hash = "sha256-UnA7+DJEzWekPhNhwNcnJ6Carx6IoExauZRjsfWBERM=";
postFetch = "sed -i -e 's/npmmirror/yarnpkg/g' $out/gui/yarn.lock";
};