fioctl: 0.19.1 -> 0.20

This commit is contained in:
R. RyanTM 2021-08-25 03:57:11 +00:00
parent 002e0737ff
commit 52370c03e9

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "fioctl";
version = "0.19.1";
version = "0.20";
src = fetchFromGitHub {
owner = "foundriesio";
repo = "fioctl";
rev = "v${version}";
sha256 = "sha256-s6L/B01TaSCDMyRjZxNBDdhR46H7kDeXvVVP7b1e9Iw=";
sha256 = "sha256-vc+V69cyJZSJa6GXUUNYeXdKvmUrVIQhsBykptcl85s=";
};
vendorSha256 = "sha256-SuUY4xwinky5QO+GxyotrFiYX1LnWQNjwWXIUpfVHUE=";