chamber: 2.11.1 -> 2.12.0

This commit is contained in:
R. Ryantm 2023-03-02 16:56:24 +00:00
parent 255f62ed45
commit 0eaa4e8031

View File

@ -2,13 +2,13 @@
buildGoModule rec { buildGoModule rec {
pname = "chamber"; pname = "chamber";
version = "2.11.1"; version = "2.12.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "segmentio"; owner = "segmentio";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-0SiHJ86fW4QahIBfcFD7FJONbN4ImYyF7yqw3URmcd8="; sha256 = "sha256-asNzvHpDqKuLPy+TgjaiCZ96A/dy6em5EGmVRvyd1YU=";
}; };
CGO_ENABLED = 0; CGO_ENABLED = 0;