Commit 57c1e959 authored by Yaya's avatar Yaya
Browse files

snowflake: 2.4.3 -> 2.5.0

Changelog had been forgotten to update but according to the related
upstream merge request [1] it removes hello verify message in the DTLS
handshake process.

[1]: https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake/-/merge_requests/131
parent 7dacba80
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@

buildGoModule rec {
  pname = "snowflake";
  version = "2.4.3";
  version = "2.5.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-hfB4mVakUmXH6Ac9ALZhriUtjz/RJ3RXwn50q9EWT+A=";
    sha256 = "sha256-7iwRbik3hUj6Zv3tqLKqhGUIag6OnWRhpWqW6NTI+FU=";
  };

  vendorHash = "sha256-66GqvwHPkMii5oXZV36ayYYkW1oaq5qTjkEA5BeS/5U=";
  vendorHash = "sha256-wHLYVf8QurMbmdLNkTFGgmncOJlJHZF8PwYTUniXOGY=";

  meta = with lib; {
    description = "System to defeat internet censorship";