snowflake: 2.5.1 -> 2.6.1
https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake/-/tags/v2.6.1
This commit is contained in:
parent
fce23b34d2
commit
f063e93d26
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "snowflake";
|
pname = "snowflake";
|
||||||
version = "2.5.1";
|
version = "2.6.1";
|
||||||
|
|
||||||
src = fetchFromGitLab {
|
src = fetchFromGitLab {
|
||||||
domain = "gitlab.torproject.org";
|
domain = "gitlab.torproject.org";
|
||||||
@ -10,10 +10,10 @@ buildGoModule rec {
|
|||||||
owner = "anti-censorship/pluggable-transports";
|
owner = "anti-censorship/pluggable-transports";
|
||||||
repo = "snowflake";
|
repo = "snowflake";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "sha256-r2NRIb6qbA1B5HlVNRqa9ongQpyiyPskhembPHX3Lgc=";
|
sha256 = "sha256-3gLcSZv8GpEio+yvPyBVVceb1nO0HzhpQKhEgf4nQvU=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorHash = "sha256-dnfm4KiVD89bnHV7bfw5aXWHGdcH9JBdrtvuS6s8N5w=";
|
vendorHash = "sha256-MjxDB9fcPM6nIeGk6YvJOKXI/ThlMrxqJl9ROAREwXk=";
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "System to defeat internet censorship";
|
description = "System to defeat internet censorship";
|
||||||
|
Loading…
Reference in New Issue
Block a user