chamber: 2.10.9 -> 2.10.10

This commit is contained in:
R. Ryantm
2022-05-25 08:31:46 +00:00
parent 137121f74e
commit 95bd896f64
+2 -2
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;