Skip to content

Commit 5fa2e11

Browse files
committed
v2raya: 2.2.6.6 -> 2.2.6.7
1 parent 039ad94 commit 5fa2e11

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/v2/v2raya/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@
1818
}:
1919
let
2020
pname = "v2raya";
21-
version = "2.2.6.6";
21+
version = "2.2.6.7";
2222

2323
src = fetchFromGitHub {
2424
owner = "v2rayA";
2525
repo = "v2rayA";
2626
tag = "v${version}";
27-
hash = "sha256-OXydUg9prJ3Rc5yecEqHfv+kyx/rMzzDQdz+lHvPG6k=";
27+
hash = "sha256-UnA7+DJEzWekPhNhwNcnJ6Carx6IoExauZRjsfWBERM=";
2828
postFetch = "sed -i -e 's/npmmirror/yarnpkg/g' $out/gui/yarn.lock";
2929
};
3030

0 commit comments

Comments
 (0)