stackit-cli: 0.62.0 -> 0.63.0 (#521957)

This commit is contained in:
nixpkgs-ci[bot] 2026-05-19 18:59:38 +00:00 committed by GitHub
commit bb99435cfc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -12,13 +12,13 @@
buildGoModule (finalAttrs: {
pname = "stackit-cli";
version = "0.62.0";
version = "0.63.0";
src = fetchFromGitHub {
owner = "stackitcloud";
repo = "stackit-cli";
rev = "v${finalAttrs.version}";
hash = "sha256-vgG2F2fI8whwAoHKU5f+LEeI+mmJ2oPzObwtmKSrsoo=";
hash = "sha256-oow47NY+kVoReIXwfkhdLDY5zSPaBJhty9mjdjXmQuU=";
};
vendorHash = "sha256-7Zxxom+RJJ4cjQ8Knl/96MUMRrQp3P4wQjSNUccLTYw=";