crossplane-cli: 1.20.0 -> 2.0.2

This commit is contained in:
R. Ryantm 2025-08-15 04:35:48 +00:00
parent ee11c0fef4
commit 60547b5038

View File

@ -9,16 +9,16 @@
buildGoModule rec {
pname = "crossplane-cli";
version = "1.20.0";
version = "2.0.2";
src = fetchFromGitHub {
owner = "crossplane";
repo = "crossplane";
rev = "v${version}";
hash = "sha256-A6HX3cTst/f/QbRHHxsB/M1wm+M+I7eEmn2Yq54fbBU=";
hash = "sha256-EIDrBQmtMaHlapVNUYABKejIj1I02g5R5h4cADZvtAg=";
};
vendorHash = "sha256-GqEGtoDo7BeMwReUO9hOOj03qt7yuXCEwCOY2VD81Vw=";
vendorHash = "sha256-8VqKtWbnDGbmgxT13v2d4+nXHouZ4hi2c2m66SAd1KM=";
ldflags = [
"-s"