forked from mirrors/nixpkgs
obfs4: 0.0.11 -> 0.0.12
This commit is contained in:
parent
6a9322064d
commit
07e0094749
|
@ -2,15 +2,15 @@
|
|||
|
||||
buildGoModule rec {
|
||||
pname = "obfs4";
|
||||
version = "0.0.11";
|
||||
version = "0.0.12";
|
||||
|
||||
src = fetchgit {
|
||||
url = "https://git.torproject.org/pluggable-transports/obfs4.git";
|
||||
rev = "refs/tags/${pname}proxy-${version}";
|
||||
sha256 = "sha256-VjJ/Pc1YjNB2iLnN/5CxuaxolcaR1IMWgoESMzOXU/g=";
|
||||
rev = "a564bc3840bc788605e1a8155f4b95ce0d70c6db"; # not tagged
|
||||
sha256 = "0hqk540q94sh4wvm31jjcvpdklhf8r35in4yii7xnfn58a7amfkc";
|
||||
};
|
||||
|
||||
vendorSha256 = "sha256-xGCK8biTYcrmKbsl6ZyCjpRrVP9x5xGrC3VcMsR7ETo=";
|
||||
vendorSha256 = "0yjanv5piygffpdfysviijl7cql2k0r05bsxnlj4hbamsriz9xqy";
|
||||
|
||||
meta = with lib; {
|
||||
description = "A pluggable transport proxy";
|
||||
|
|
|
@ -8866,9 +8866,7 @@ with pkgs;
|
|||
|
||||
obexd = callPackage ../tools/bluetooth/obexd { };
|
||||
|
||||
obfs4 = callPackage ../tools/networking/obfs4 {
|
||||
buildGoModule = buildGo116Module;
|
||||
};
|
||||
obfs4 = callPackage ../tools/networking/obfs4 { };
|
||||
|
||||
ocproxy = callPackage ../tools/networking/ocproxy { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue