3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #183263 from r-ryantm/auto-update/buildkite-cli

buildkite-cli: 1.2.0 -> 2.0.0
This commit is contained in:
Mario Rodas 2022-07-28 14:31:29 -05:00 committed by GitHub
commit b7c70963ec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "buildkite-cli";
version = "1.2.0";
version = "2.0.0";
src = fetchFromGitHub {
owner = "buildkite";
repo = "cli";
rev = "v${version}";
sha256 = "sha256-AIa+hEYtPJ4CFvAFSpNJFxY+B3+DJH1Q0hL/3BD/yN0=";
sha256 = "sha256-4MUgyUKyycsreAMVtyKJFpQOHvI6JJSn7TUZtbQANyc=";
};
vendorSha256 = "sha256-4AH9PZWSrBXi9w4Mr7dpXqDkQZGzuELG876YCaFTj2Q=";
vendorSha256 = "sha256-3x7yJenJ2BHdqVPaBaqfFVeOSJZ/VRNF/TTfSsw+2os=";
doCheck = false;