crossplane-cli: 1.17.1 -> 1.18.0 (#359694)

This commit is contained in:
Colin 2024-11-29 15:37:03 +00:00 committed by GitHub
commit 3ac012e7e2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,16 +8,16 @@
buildGoModule rec { buildGoModule rec {
pname = "crossplane-cli"; pname = "crossplane-cli";
version = "1.17.1"; version = "1.18.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "crossplane"; owner = "crossplane";
repo = "crossplane"; repo = "crossplane";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-zcORVw+6QUucxJkHx/QWOHn50fd4+Jp+ZtiGuwfEQ6I="; hash = "sha256-4EdYFrYh8bVCOXc7coq7WfZk0Be9rghdvNlOYFn6bm4=";
}; };
vendorHash = "sha256-de9xt3aFmGDddwMO2GgKKKmSfvsfnpit3wUrBme//fI="; vendorHash = "sha256-Am41aAV1AlKOIrC11byqshMDGjzzg7mGI4kARwLINl8=";
ldflags = [ ldflags = [
"-s" "-s"