webtunnel: 0-unstable-2024-07-06 -> 0.0.3, build on all golang platforms (#439425)

authored by Peder Bergebakken Sundt and committed by GitHub 41b48aca 08daea43

+6 -6
+6 -6
pkgs/by-name/we/webtunnel/package.nix
··· 3 buildGoModule, 4 fetchFromGitLab, 5 }: 6 - buildGoModule { 7 pname = "webtunnel"; 8 - version = "0-unstable-2024-07-06"; # package is not versioned upstream 9 src = fetchFromGitLab { 10 domain = "gitlab.torproject.org"; 11 group = "tpo"; 12 owner = "anti-censorship/pluggable-transports"; 13 repo = "webtunnel"; 14 - rev = "e64b1b3562f3ab50d06141ecd513a21ec74fe8c6"; 15 - hash = "sha256-25ZtoCe1bcN6VrSzMfwzT8xSO3xw2qzE4Me3Gi4GbVs="; 16 }; 17 18 vendorHash = "sha256-3AAPySLAoMimXUOiy8Ctl+ghG5q+3dWRNGXHpl9nfG0="; ··· 22 homepage = "https://community.torproject.org/relay/setup/webtunnel/"; 23 maintainers = [ lib.maintainers.gbtb ]; 24 license = lib.licenses.mit; 25 - platforms = lib.platforms.linux; 26 }; 27 - 28 }
··· 3 buildGoModule, 4 fetchFromGitLab, 5 }: 6 + 7 + buildGoModule rec { 8 pname = "webtunnel"; 9 + version = "0.0.3"; 10 + 11 src = fetchFromGitLab { 12 domain = "gitlab.torproject.org"; 13 group = "tpo"; 14 owner = "anti-censorship/pluggable-transports"; 15 repo = "webtunnel"; 16 + rev = "v${version}"; 17 + hash = "sha256-HB95GCIJeO5fKUW23VHrtNZdc9x9fk2vnmI9JogDWSQ="; 18 }; 19 20 vendorHash = "sha256-3AAPySLAoMimXUOiy8Ctl+ghG5q+3dWRNGXHpl9nfG0="; ··· 24 homepage = "https://community.torproject.org/relay/setup/webtunnel/"; 25 maintainers = [ lib.maintainers.gbtb ]; 26 license = lib.licenses.mit; 27 }; 28 }