0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 14:10:33 +03:00

stackit-cli: 0.20.0 -> 0.21.2 (#374827)

Co-authored-by: DerRockWolf <DerRockWolf@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot] 2025-01-19 08:47:27 +00:00 committed by GitHub
commit bc0c2f52e4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -12,16 +12,16 @@
buildGoModule rec {
pname = "stackit-cli";
version = "0.20.0";
version = "0.21.2";
src = fetchFromGitHub {
owner = "stackitcloud";
repo = "stackit-cli";
rev = "v${version}";
hash = "sha256-M3VUpe8M2O2EXjD9/+YNa7Q7l0Q/WXbIhObyFa/Wg18=";
hash = "sha256-0mFpTE/scvsFbS9VAwXw3tiMHwHgPahzNq7foW4dCUE=";
};
vendorHash = "sha256-eAyex6OqQc/nLWpCbmjyjxPf3pdK9wPAc8eARwiCrIs=";
vendorHash = "sha256-fRJ70BTTRKrFdOOm1DAvXj4frdN0Ak71pCRZMnsjYnY=";
subPackages = [ "." ];