fits-cloudctl: 0.10.21 -> 0.10.22
This commit is contained in:
parent
34fde40edd
commit
1f2eac5c28
@ -5,16 +5,16 @@
|
|||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "fits-cloudctl";
|
pname = "fits-cloudctl";
|
||||||
version = "0.10.21";
|
version = "0.10.22";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "fi-ts";
|
owner = "fi-ts";
|
||||||
repo = "cloudctl";
|
repo = "cloudctl";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "sha256-p9q0NVk+7jZ/DKxDjvvlfRKW9N1bk5jquxxQHmNE/3s=";
|
sha256 = "sha256-9Vl4FWmKaNWl5QcfFc5KDyLWMRmAEqkBwMqwqhXkjgo=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorSha256 = "sha256-DRrf7VR1w35KRwokcDIBYr0pPmNREXiATRu4Cc+xegk=";
|
vendorSha256 = "sha256-10QeWL3tIcs2E4pK9UAY8C41YYjA3LHlvIbDhWVYATE=";
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Command-line client for FI-TS Finance Cloud Native services";
|
description = "Command-line client for FI-TS Finance Cloud Native services";
|
||||||
|
Loading…
Reference in New Issue
Block a user