Commit bb1cf083 authored by R. RyanTM's avatar R. RyanTM Committed by Yaya
Browse files

snowflake: 2.8.1 -> 2.9.0

parent 47980855
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@

buildGoModule rec {
  pname = "snowflake";
  version = "2.8.1";
  version = "2.9.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-DSXzw/7aBfh4uqLV2JrbrLitNgXcgEdcwxyIMolGEsE=";
    sha256 = "sha256-h8T8kc7idZcfepVjhpX+0RIypFDp2nMt3ZZ61YmeLQk=";
  };

  vendorHash = "sha256-+f7gxswHCzBT5wqJNYdR1/uDZJNpEyHMWchA4X0aK+M=";
  vendorHash = "sha256-TSB0UDVD9ijOFgOmIh7ppnKJn/VWzejeDcb1+30+Mnc=";

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