snowflake: 2.8.1 -> 2.9.0

This commit is contained in:
R. Ryantm 2024-02-06 04:39:06 +00:00 committed by Yaya
parent 4798085581
commit bb1cf0832f

View File

@ -2,7 +2,7 @@
buildGoModule rec {
pname = "snowflake";
version = "2.8.1";
version = "2.9.0";
src = fetchFromGitLab {
domain = "gitlab.torproject.org";
@ -10,10 +10,10 @@ buildGoModule rec {
owner = "anti-censorship/pluggable-transports";
repo = "snowflake";
rev = "v${version}";
sha256 = "sha256-DSXzw/7aBfh4uqLV2JrbrLitNgXcgEdcwxyIMolGEsE=";
sha256 = "sha256-h8T8kc7idZcfepVjhpX+0RIypFDp2nMt3ZZ61YmeLQk=";
};
vendorHash = "sha256-+f7gxswHCzBT5wqJNYdR1/uDZJNpEyHMWchA4X0aK+M=";
vendorHash = "sha256-TSB0UDVD9ijOFgOmIh7ppnKJn/VWzejeDcb1+30+Mnc=";
meta = with lib; {
description = "System to defeat internet censorship";