Merge pull request #135846 from r-ryantm/auto-update/chamber

chamber: 2.10.2 -> 2.10.3
This commit is contained in:
Ryan Mulligan
2021-08-27 08:51:58 -07:00
committed by GitHub

View File

@@ -2,13 +2,13 @@
buildGoModule rec {
pname = "chamber";
version = "2.10.2";
version = "2.10.3";
src = fetchFromGitHub {
owner = "segmentio";
repo = pname;
rev = "v${version}";
sha256 = "sha256-JPc57s5FIoZJNKNpd5OO4vZ3j7bPTQSBcJUeNhGvOgk=";
sha256 = "sha256-nIIoU+iz2uOglNaqGIhQ2kUjpFOyOx+flXXwu02UG6Y=";
};
CGO_ENABLED = 0;