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 2 3 3 buildGoModule rec { 4 4 pname = "snowflake"; 5 - version = "2.8.0"; 5 + version = "2.8.1"; 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-/bip6hjYDTcSdtqeHxWcH7Yn4VepGVy3ki/kZWEQaPE="; 13 + sha256 = "sha256-DSXzw/7aBfh4uqLV2JrbrLitNgXcgEdcwxyIMolGEsE="; 14 14 }; 15 15 16 - vendorHash = "sha256-dpOJE6FHaumL6vapigLTobS1r42DIFV8LHfVNvyZnsU="; 16 + vendorHash = "sha256-+f7gxswHCzBT5wqJNYdR1/uDZJNpEyHMWchA4X0aK+M="; 17 17 18 18 meta = with lib; { 19 19 description = "System to defeat internet censorship";