cirrus-cli: 0.84.0 -> 0.85.0

This commit is contained in:
R. Ryantm 2022-09-04 11:50:36 +00:00
parent 5b02da2735
commit f7c832466e

View File

@ -5,16 +5,16 @@
buildGoModule rec {
pname = "cirrus-cli";
version = "0.84.0";
version = "0.85.0";
src = fetchFromGitHub {
owner = "cirruslabs";
repo = pname;
rev = "v${version}";
sha256 = "sha256-14S0Y1ax0bg7nD4iCEujwLIZSjpWYaLWidpYVwQB0dw=";
sha256 = "sha256-hFL7ImtaQrNeoxNLE/RL79SHRBHSit1dQ6Wn8gq8dns=";
};
vendorSha256 = "sha256-XVGFJv9TYjuwVubTcFVI2b+M2ZDE1Jv4u/dxowcLL2s=";
vendorSha256 = "sha256-GRCcKIUimPFdeAhnz6RC5arZ0E+z+SpaAC1uDaxpJkI=";
ldflags = [
"-X github.com/cirruslabs/cirrus-cli/internal/version.Version=v${version}"