fits-cloudctl: 0.10.7 -> 0.10.8
This commit is contained in:
parent
19574af0af
commit
bb82966bae
1 changed files with 3 additions and 3 deletions
|
@ -5,16 +5,16 @@
|
||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "fits-cloudctl";
|
pname = "fits-cloudctl";
|
||||||
version = "0.10.7";
|
version = "0.10.8";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "fi-ts";
|
owner = "fi-ts";
|
||||||
repo = "cloudctl";
|
repo = "cloudctl";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "sha256-oqG9E1sSmpV2S7ywLCBRFs9d3Tbv5uxrbRh5DwpktkA=";
|
sha256 = "sha256-vqzHZ7DW4ev5soFMcafgL/81k6vCsm6Ds5yto/VheX8=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorSha256 = "sha256-+2KgRGQIkTHbVzFIv0FVLWuDegk7pZ/H+u07A1PjM/4=";
|
vendorSha256 = "sha256-f35Asf9l6ZfixpjMGzesTsxmANreilMxH2CULMH3b2o=";
|
||||||
|
|
||||||
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 a new issue