Skip to content

Commit

Permalink
v2ray: 5.23.0 -> 5.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Jan 13, 2025
1 parent 48a95e4 commit dda2b8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/v2/v2ray/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@

buildGoModule rec {
pname = "v2ray-core";
version = "5.23.0";
version = "5.24.0";

src = fetchFromGitHub {
owner = "v2fly";
repo = "v2ray-core";
rev = "v${version}";
hash = "sha256-V7/dhTJWd9Qf+80xYpfPJtm4VdH9vVQoL84RKAcyoVo=";
hash = "sha256-3xbXqfac1Kv77uBxykoX1nDB5NqTJDYmmzRloZUL/dA=";
};

# `nix-update` doesn't support `vendorHash` yet.
Expand Down

0 comments on commit dda2b8c

Please sign in to comment.