Commit fe5e9cea authored by R. RyanTM's avatar R. RyanTM Committed by Bobby Rong
Browse files

fits-cloudctl: 0.11.1 -> 0.11.2

parent 49e27d15
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -5,16 +5,16 @@

buildGoModule rec {
  pname = "fits-cloudctl";
  version = "0.11.1";
  version = "0.11.2";

  src = fetchFromGitHub {
    owner = "fi-ts";
    repo = "cloudctl";
    rev = "v${version}";
    sha256 = "sha256-QFmrBxNFzKrlvni2wbxM2tQP7z+QjLi9S7gqkVFWOmU=";
    sha256 = "sha256-y3sgk3BDyfByWKIY4wG/Od4Q3OhmDuFhkKlTQHa3TdE=";
  };

  vendorSha256 = "sha256-aH1WGL7crF9VXHgcVxR0K3dNkV/J0wcBKgS9103dPes=";
  vendorSha256 = "sha256-xTO7mxui9ydwjF3hudX2i8dP2xpsGM2X0cqq0oaK0HE=";

  meta = with lib; {
    description = "Command-line client for FI-TS Finance Cloud Native services";