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

chamber: 2.10.1 -> 2.10.2
This commit is contained in:
Sandro 2021-08-05 09:41:22 +02:00 committed by GitHub
commit f5ed9482df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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