chamber: 2.10.1 -> 2.10.2

This commit is contained in:
R. RyanTM 2021-08-05 04:14:34 +00:00
parent 04b8bee53b
commit 725ef07e54

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;