stackit-cli: 0.45.0 -> 0.46.0 (#457394)

This commit is contained in:
nixpkgs-ci[bot]
2025-11-01 21:52:40 +00:00
committed by GitHub

View File

@@ -12,16 +12,16 @@
buildGoModule rec {
pname = "stackit-cli";
version = "0.45.0";
version = "0.46.0";
src = fetchFromGitHub {
owner = "stackitcloud";
repo = "stackit-cli";
rev = "v${version}";
hash = "sha256-fZ1SlWmPfxhUrLU7mzhM1IP93QgCg2EO3b1JjFDTkcY=";
hash = "sha256-f7Af7Zk8rRrYyGChMgAM/a2Cs7fo3ZlN78aq5teZ0oo=";
};
vendorHash = "sha256-pgO+KN6s9MNsOaTiiX4xxsVYPPE5KoTDvG9R8vlRiTw=";
vendorHash = "sha256-tMPj4w/9fO9NlmwZoN4F3G4Cc+8wLmAr+fTueHGBn+A=";
subPackages = [ "." ];