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

chamber: 2.10.9 -> 2.10.10
This commit is contained in:
Bobby Rong 2022-05-28 19:02:21 +08:00 committed by GitHub
commit d47074a16a
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.9";
version = "2.10.10";
src = fetchFromGitHub {
owner = "segmentio";
repo = pname;
rev = "v${version}";
sha256 = "sha256-rOOpwLoEiTS41VIPvqoq8yGP4GOOCOJNFfLLxt9mfvM=";
sha256 = "sha256-W/yuCQ1kE300//if/H73ZEJh/r2vttJ0GotZkBZNM+4=";
};
CGO_ENABLED = 0;