snowflake: 2.10.1 -> 2.11.0

This commit is contained in:
R. Ryantm
2025-03-19 00:46:35 +00:00
committed by Yaya
parent 943f4f3e85
commit 59a2fb6fbe
+3 -3
View File
@@ -6,7 +6,7 @@
buildGoModule rec {
pname = "snowflake";
version = "2.10.1";
version = "2.11.0";
src = fetchFromGitLab {
domain = "gitlab.torproject.org";
@@ -14,10 +14,10 @@ buildGoModule rec {
owner = "anti-censorship/pluggable-transports";
repo = "snowflake";
rev = "v${version}";
sha256 = "sha256-cpvLBC4mGz4iSP+d3qyKBtCkXNvC8YJ04nIbZuR/15M=";
sha256 = "sha256-VfKiY5XCUnhsWoSfMeYQ5rxxXmAtWzD94o4EvhDCwDM=";
};
vendorHash = "sha256-wCgG6CzxBAvhMICcmDm9a+JdtWs+rf3VU1XAICsc170=";
vendorHash = "sha256-vopRE4B4WhncUdBfmBTzRbZzCU20vsHoNCYcPG4BGc0=";
meta = with lib; {
description = "System to defeat internet censorship";