Merge pull request #213437 from r-ryantm/auto-update/gost

gost: 2.11.1 -> 2.11.5
This commit is contained in:
Weijia Wang
2023-01-29 23:58:40 +01:00
committed by GitHub
+3 -3
View File
@@ -2,16 +2,16 @@
buildGoModule rec {
pname = "gost";
version = "2.11.1";
version = "2.11.5";
src = fetchFromGitHub {
owner = "ginuerzh";
repo = "gost";
rev = "v${version}";
sha256 = "1mxgjvx99bz34f132827bqk56zgvh5rw3h2xmc524wvx59k9zj2a";
sha256 = "sha256-UBjrWeBw9+qKQ/+1T1W/3e0vrigp540URIyM2d9iCE8=";
};
vendorSha256 = "1cgb957ipkiix3x0x84c77a1i8l679q3kqykm1lhb4f19x61dqjh";
vendorHash = "sha256-lA4uW0cc0XqU9pjVEMapFLb3eD20Lea9PbkgL3sjJns=";
postPatch = ''
substituteInPlace http2_test.go \