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

chamber: 2.11.1 -> 2.12.0
This commit is contained in:
Nick Cao 2023-03-03 08:35:02 +08:00 committed by GitHub
commit 7c33281bff
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.11.1";
version = "2.12.0";
src = fetchFromGitHub {
owner = "segmentio";
repo = pname;
rev = "v${version}";
sha256 = "sha256-0SiHJ86fW4QahIBfcFD7FJONbN4ImYyF7yqw3URmcd8=";
sha256 = "sha256-asNzvHpDqKuLPy+TgjaiCZ96A/dy6em5EGmVRvyd1YU=";
};
CGO_ENABLED = 0;