Merge pull request #276426 from r-ryantm/auto-update/snowflake

snowflake: 2.8.0 -> 2.8.1

authored by markuskowa and committed by GitHub dd97449b 5e7571e7

+3 -3
+3 -3
pkgs/tools/networking/snowflake/default.nix
··· 2 3 buildGoModule rec { 4 pname = "snowflake"; 5 - version = "2.8.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-/bip6hjYDTcSdtqeHxWcH7Yn4VepGVy3ki/kZWEQaPE="; 14 }; 15 16 - vendorHash = "sha256-dpOJE6FHaumL6vapigLTobS1r42DIFV8LHfVNvyZnsU="; 17 18 meta = with lib; { 19 description = "System to defeat internet censorship";
··· 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";