shadowsocks-v2ray-plugin: 1.3.1 -> 1.3.2-unstable-2025-09-05

+10 -11
+10 -11
pkgs/by-name/sh/shadowsocks-v2ray-plugin/package.nix
··· 6 6 7 7 buildGoModule rec { 8 8 pname = "shadowsocks-v2ray-plugin"; 9 - version = "1.3.1"; 10 - # Version 1.3.2 has runtime failures with Go 1.19 11 - # https://github.com/NixOS/nixpkgs/issues/219343 12 - # https://github.com/shadowsocks/v2ray-plugin/issues/292 13 - # nixpkgs-update: no auto update 9 + version = "1.3.2-unstable-2025-09-05"; 14 10 15 11 src = fetchFromGitHub { 16 12 owner = "shadowsocks"; 17 13 repo = "v2ray-plugin"; 18 - rev = "v${version}"; 19 - hash = "sha256-iwfjINY/NQP9poAcCHz0ETxu0Nz58AmD7i1NbF8hBCs="; 14 + rev = "e9af1cdd2549d528deb20a4ab8d61c5fbe51f306"; 15 + hash = "sha256-VkyK+Ee+RJkBixHiduFP2ET18fDNXuOf8x3h1LN9pbY="; 20 16 }; 21 17 22 - vendorHash = "sha256-3/1te41U4QQTMeoA1y43QMfJyiM5JhaLE0ORO8ZO7W8="; 18 + vendorHash = "sha256-FSYv2jC0NU21GtqRkPHjxPcdmXbiIiOM1HsL8x44gZw="; 23 19 24 - meta = with lib; { 20 + meta = { 25 21 description = "Yet another SIP003 plugin for shadowsocks, based on v2ray"; 26 22 homepage = "https://github.com/shadowsocks/v2ray-plugin/"; 27 - license = licenses.mit; 28 - maintainers = [ maintainers.ahrzb ]; 23 + license = lib.licenses.mit; 24 + maintainers = with lib.maintainers; [ 25 + ahrzb 26 + neverbehave 27 + ]; 29 28 mainProgram = "v2ray-plugin"; 30 29 }; 31 30 }