stackit-cli: 0.1.0-prerelease.2 -> 0.1.0

This commit is contained in:
DerRockWolf 2024-04-06 14:48:39 +02:00
parent 5bcb08ea03
commit 4f61b586c6
No known key found for this signature in database
1 changed files with 3 additions and 3 deletions

View File

@ -12,16 +12,16 @@
buildGoModule rec {
pname = "stackit-cli";
version = "0.1.0-prerelease.2";
version = "0.1.0";
src = fetchFromGitHub {
owner = "stackitcloud";
repo = "stackit-cli";
rev = "v${version}";
hash = "sha256-GS3ZXarhXs1xuVmiLPMrrzXnO79R1+2va0x7N7CKNjQ=";
hash = "sha256-EozgdlxCfWciFg7XPDbn2vztwoAKnuQBwyg/ufGRZQ0=";
};
vendorHash = "sha256-Cill5hq8KVeKGRX2u9oIudi/s8XHIW5C8sgbTshrLY4=";
vendorHash = "sha256-6WbY8t7Qjxq8oBF+r2rZVgAa6ZNzjHs7Nh16zJQBRdg=";
subPackages = [ "." ];