3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #283420 from r-ryantm/auto-update/drone-cli

drone-cli: 1.7.0 -> 1.8.0
This commit is contained in:
Nick Cao 2024-01-24 10:09:33 -05:00 committed by GitHub
commit 4101f869b6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -4,7 +4,7 @@
}:
buildGoModule rec {
version = "1.7.0";
version = "1.8.0";
pname = "drone-cli";
revision = "v${version}";
@ -12,10 +12,10 @@ buildGoModule rec {
owner = "harness";
repo = "drone-cli";
rev = revision;
hash = "sha256-PZ0M79duSctPepD5O+NdJZKhkyR21g/4P6loJtoWZiU=";
hash = "sha256-moxsGlm7Q9E0q9SZ2gZotn3tRbnbtwhDc9UNCCSb3pY=";
};
vendorHash = "sha256-JC7OR4ySDsVWmrBBTjpwZrkJlM8RJehbsvXW/VtA4VA=";
vendorHash = "sha256-rKZq2vIXvw4bZ6FXPqOip9dLiV5rSb1fWDJe3oxOBjw=";
# patch taken from https://patch-diff.githubusercontent.com/raw/harness/drone-cli/pull/179.patch
# but with go.mod changes removed due to conflict