Merge pull request #175112 from yayayayaka/snowflake-2.2.0
snowflake: 2.0.1 -> 2.2.0
This commit is contained in:
commit
2290849e31
1 changed files with 3 additions and 3 deletions
|
@ -2,15 +2,15 @@
|
||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "snowflake";
|
pname = "snowflake";
|
||||||
version = "2.0.1";
|
version = "2.2.0";
|
||||||
|
|
||||||
src = fetchgit {
|
src = fetchgit {
|
||||||
url = "https://git.torproject.org/pluggable-transports/${pname}";
|
url = "https://git.torproject.org/pluggable-transports/${pname}";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-ULkqsh0DeFI1GsaVaHGSjoEY38EktvDVC52Sx6cQLOE=";
|
sha256 = "0iazamrfixv6yxc5m49adm97biq93pn6hwwpbh8yq558hrc6bh70";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorSha256 = "D5A19UHL1WEE1ODT80jKT+PJ5CTXPjc9Eg6v2Nfm4aw=";
|
vendorSha256 = "1v7cpg3kny0vqmdbgcc7i61wi5gx5wvrv0hmjykjrqgrvyq764c1";
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "System to defeat internet censorship";
|
description = "System to defeat internet censorship";
|
||||||
|
|
Loading…
Reference in a new issue