Merge pull request #331442 from r-ryantm/auto-update/stackit-cli

stackit-cli: 0.9.1 -> 0.10.0
This commit is contained in:
nixpkgs-merge-bot[bot] 2024-08-01 06:44:07 +00:00 committed by GitHub
commit 4e2e93deb4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,16 +11,16 @@
buildGoModule rec {
pname = "stackit-cli";
version = "0.9.1";
version = "0.10.0";
src = fetchFromGitHub {
owner = "stackitcloud";
repo = "stackit-cli";
rev = "v${version}";
hash = "sha256-lw3KzARVkKrFs8Ql+WlA2LJNj6x6f8+/+XnyLnQwxw4=";
hash = "sha256-+kIfw2lCRaQcpz4UUCZt6wTthF/otgma9JTQx3n+N5c=";
};
vendorHash = "sha256-0cwkFDUKjwEHY5fT1pUJIWEZaGhDm3pEqtC+hDZjE0g=";
vendorHash = "sha256-1jUfhLodmJhV5X1EkRgOJ8jQF83Lu+8U+tC8tDoyCdk=";
subPackages = [ "." ];