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