Unverified Commit a8922150 authored by yaya's avatar yaya Committed by GitHub
Browse files

snowflake: 2.11.0 -> 2.12.1 (#498683)

parents b271d471 4ae1574e
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@

buildGoModule (finalAttrs: {
  pname = "snowflake";
  version = "2.11.0";
  version = "2.12.1";

  src = fetchFromGitLab {
    domain = "gitlab.torproject.org";
@@ -14,10 +14,10 @@ buildGoModule (finalAttrs: {
    owner = "anti-censorship/pluggable-transports";
    repo = "snowflake";
    rev = "v${finalAttrs.version}";
    sha256 = "sha256-VfKiY5XCUnhsWoSfMeYQ5rxxXmAtWzD94o4EvhDCwDM=";
    sha256 = "sha256-3aXO6AvOHPX8QCXK5dFx3QVxQ7BNAi4DJAZ63BMOI1g=";
  };

  vendorHash = "sha256-vopRE4B4WhncUdBfmBTzRbZzCU20vsHoNCYcPG4BGc0=";
  vendorHash = "sha256-X7SfTTxUL/4f2OndF8gnhz5JVpqGzeGLctiOFx5pJPI=";

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