mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-11 14:43:47 +00:00
Merge pull request #246754 from r-ryantm/auto-update/fits-cloudctl
fits-cloudctl: 0.11.11 -> 0.11.13
This commit is contained in:
commit
634dcffbee
@ -5,16 +5,16 @@
|
|||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "fits-cloudctl";
|
pname = "fits-cloudctl";
|
||||||
version = "0.11.11";
|
version = "0.11.13";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "fi-ts";
|
owner = "fi-ts";
|
||||||
repo = "cloudctl";
|
repo = "cloudctl";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "sha256-Jf6QiGn8C3pQ/FQSEc+h06514kNXHpnKVyZ1l+S/uHw=";
|
sha256 = "sha256-S4XouqqIBalXqfznrJ8F2TxU9h+gqObnjRXEQnj67LQ=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorHash = "sha256-3aoj4G3npO/DYjRu55iP9Y79z3da0edClOJlWuQC//A=";
|
vendorHash = "sha256-Y1F+7bJwsUb09xTSRSdfa6bOPMFCkNBaNurrfB9IPCA=";
|
||||||
|
|
||||||
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