Skip to content

Commit

Permalink
v2ray: 5.20.0 -> 5.22.0 (#359639)
Browse files Browse the repository at this point in the history
  • Loading branch information
wegank authored Dec 9, 2024
2 parents 4d17a76 + 114bfcc commit c15ee91
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/v2/v2ray/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,18 @@

buildGoModule rec {
pname = "v2ray-core";
version = "5.20.0";
version = "5.22.0";

src = fetchFromGitHub {
owner = "v2fly";
repo = "v2ray-core";
rev = "v${version}";
hash = "sha256-9YPFgsU1XpdT+fRaJmEB3z5sKjkrG3aiRIV3r4cDLfE=";
hash = "sha256-fDlZFBq5TiyLEriZdPonF/ifwiOu3vYtXWzNlmAik38=";
};

# `nix-update` doesn't support `vendorHash` yet.
# https://github.com/Mic92/nix-update/pull/95
vendorHash = "sha256-Z+jM02SzmpuZ3PXXqrLDIOWDhIh8AxMUr1S4A+du5LU=";
vendorHash = "sha256-9JJjpAvmeXBAauu58eQuE262XN1TIK2SwLUlPQBbwYA=";

ldflags = [ "-s" "-w" ];

Expand Down

0 comments on commit c15ee91

Please sign in to comment.