fits-cloudctl: 0.10.8 -> 0.10.9

This commit is contained in:
R. Ryantm 2022-02-19 13:32:39 +00:00 committed by Jonathan Ringer
parent 0eb1d070c8
commit f03446cc49

View File

@ -5,13 +5,13 @@
buildGoModule rec {
pname = "fits-cloudctl";
version = "0.10.8";
version = "0.10.9";
src = fetchFromGitHub {
owner = "fi-ts";
repo = "cloudctl";
rev = "v${version}";
sha256 = "sha256-vqzHZ7DW4ev5soFMcafgL/81k6vCsm6Ds5yto/VheX8=";
sha256 = "sha256-FNlbAxU1FiLl74h+BmpAB3+vZ+RgdlpkehsDLhpZ4EE=";
};
vendorSha256 = "sha256-f35Asf9l6ZfixpjMGzesTsxmANreilMxH2CULMH3b2o=";