stackit-cli: 0.31.0 -> 0.32.0 (#406753)

Co-authored-by: DerRockWolf <DerRockWolf@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-05-13 19:11:22 +00:00
committed by GitHub
co-authored by DerRockWolf
+3 -3
View File
@@ -12,16 +12,16 @@
buildGoModule rec {
pname = "stackit-cli";
version = "0.31.0";
version = "0.32.0";
src = fetchFromGitHub {
owner = "stackitcloud";
repo = "stackit-cli";
rev = "v${version}";
hash = "sha256-jipFaRN6LCV4Ay9M3qggwT0gQntaKjngUF7u4Y2wXrA=";
hash = "sha256-y0NQXfYgaAwMCCjEdUXpVlILqFXQP4+CxaJNjHZKdr8=";
};
vendorHash = "sha256-nDii/q0NWfqk4zMEKKfUzrVrcAPkTnTdXyC7ZxHU91c=";
vendorHash = "sha256-7jsF91XudEG7mkqYcnhSI2D+uHQ4HGX+bzlm3wGR+MA=";
subPackages = [ "." ];