chamber: 2.11.0 -> 2.11.1

This commit is contained in:
R. Ryantm 2023-01-19 05:47:17 +00:00 committed by Bobby Rong
parent 899efc4b92
commit af036885aa

View file

@ -2,18 +2,18 @@
buildGoModule rec {
pname = "chamber";
version = "2.11.0";
version = "2.11.1";
src = fetchFromGitHub {
owner = "segmentio";
repo = pname;
rev = "v${version}";
sha256 = "sha256-QoFdcPfwbcX8rVqX5yHg0B7sIAKE3iLWzwLV991t7a0=";
sha256 = "sha256-0SiHJ86fW4QahIBfcFD7FJONbN4ImYyF7yqw3URmcd8=";
};
CGO_ENABLED = 0;
vendorSha256 = "sha256-ENsKm3D3URCrRUiqqebkgFS//2h9SlLbAQHdjisdGlE=";
vendorHash = "sha256-ENsKm3D3URCrRUiqqebkgFS//2h9SlLbAQHdjisdGlE=";
ldflags = [ "-s" "-w" "-X main.Version=v${version}" ];