v2ray: 5.20.0 -> 5.22.0 (#359639)

authored by Weijia Wang and committed by GitHub c15ee911 4d17a765

+3 -3
+3 -3
pkgs/by-name/v2/v2ray/package.nix
··· 6 6 7 7 buildGoModule rec { 8 8 pname = "v2ray-core"; 9 - version = "5.20.0"; 9 + version = "5.22.0"; 10 10 11 11 src = fetchFromGitHub { 12 12 owner = "v2fly"; 13 13 repo = "v2ray-core"; 14 14 rev = "v${version}"; 15 - hash = "sha256-9YPFgsU1XpdT+fRaJmEB3z5sKjkrG3aiRIV3r4cDLfE="; 15 + hash = "sha256-fDlZFBq5TiyLEriZdPonF/ifwiOu3vYtXWzNlmAik38="; 16 16 }; 17 17 18 18 # `nix-update` doesn't support `vendorHash` yet. 19 19 # https://github.com/Mic92/nix-update/pull/95 20 - vendorHash = "sha256-Z+jM02SzmpuZ3PXXqrLDIOWDhIh8AxMUr1S4A+du5LU="; 20 + vendorHash = "sha256-9JJjpAvmeXBAauu58eQuE262XN1TIK2SwLUlPQBbwYA="; 21 21 22 22 ldflags = [ "-s" "-w" ]; 23 23