cirrus-cli: 0.140.8 -> 0.141.0 (#397925)

Co-authored-by: techknowlogick <hello@techknowlogick.com>

authored by nixpkgs-merge-bot[bot] techknowlogick and committed by GitHub 5c43b007 978201f7

+3 -3
+3 -3
pkgs/by-name/ci/cirrus-cli/package.nix
··· 7 8 buildGoModule rec { 9 pname = "cirrus-cli"; 10 - version = "0.140.8"; 11 12 src = fetchFromGitHub { 13 owner = "cirruslabs"; 14 repo = "cirrus-cli"; 15 rev = "v${version}"; 16 - hash = "sha256-nh6nvH26mYPHmjixTk3sn65JXVT5QSj7cX8yfEYaoD4="; 17 }; 18 19 - vendorHash = "sha256-tOwVuOPBXqNB2aKOfqBGDziKskGnyjo+qllko9x39UA="; 20 21 ldflags = [ 22 "-X github.com/cirruslabs/cirrus-cli/internal/version.Version=v${version}"
··· 7 8 buildGoModule rec { 9 pname = "cirrus-cli"; 10 + version = "0.141.0"; 11 12 src = fetchFromGitHub { 13 owner = "cirruslabs"; 14 repo = "cirrus-cli"; 15 rev = "v${version}"; 16 + hash = "sha256-ET7fQeEdev+CkH+DGiit2Y/UpISN+WYZl4+Fw3AxbGo="; 17 }; 18 19 + vendorHash = "sha256-BVR/EEEYkilKSJjHA31g3dsXm0LBJFzoFGkrLUa0B4k="; 20 21 ldflags = [ 22 "-X github.com/cirruslabs/cirrus-cli/internal/version.Version=v${version}"