snowflake: 2.8.1 -> 2.9.0

authored by R. Ryantm and committed by Yaya bb1cf083 47980855

+3 -3
+3 -3
pkgs/tools/networking/snowflake/default.nix
··· 2 3 buildGoModule rec { 4 pname = "snowflake"; 5 - version = "2.8.1"; 6 7 src = fetchFromGitLab { 8 domain = "gitlab.torproject.org"; ··· 10 owner = "anti-censorship/pluggable-transports"; 11 repo = "snowflake"; 12 rev = "v${version}"; 13 - sha256 = "sha256-DSXzw/7aBfh4uqLV2JrbrLitNgXcgEdcwxyIMolGEsE="; 14 }; 15 16 - vendorHash = "sha256-+f7gxswHCzBT5wqJNYdR1/uDZJNpEyHMWchA4X0aK+M="; 17 18 meta = with lib; { 19 description = "System to defeat internet censorship";
··· 2 3 buildGoModule rec { 4 pname = "snowflake"; 5 + version = "2.9.0"; 6 7 src = fetchFromGitLab { 8 domain = "gitlab.torproject.org"; ··· 10 owner = "anti-censorship/pluggable-transports"; 11 repo = "snowflake"; 12 rev = "v${version}"; 13 + sha256 = "sha256-h8T8kc7idZcfepVjhpX+0RIypFDp2nMt3ZZ61YmeLQk="; 14 }; 15 16 + vendorHash = "sha256-TSB0UDVD9ijOFgOmIh7ppnKJn/VWzejeDcb1+30+Mnc="; 17 18 meta = with lib; { 19 description = "System to defeat internet censorship";