fioctl: 0.27 -> 0.28

This commit is contained in:
R. Ryantm 2022-09-09 18:19:09 +00:00
parent 34fde40edd
commit 7eae589178

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "fioctl";
version = "0.27";
version = "0.28";
src = fetchFromGitHub {
owner = "foundriesio";
repo = "fioctl";
rev = "v${version}";
sha256 = "sha256-RnVwvD/Iy6UvztnQ03LFaCLWHrS6Aw5Ir4e033bBW7g=";
sha256 = "sha256-ki00uIGStRRGEG2cEGPJWgt4Vc3pEIpCr37g0SMPc9o=";
};
vendorSha256 = "sha256-ObS/100Tfq4rhOrwU+PPBzDwY3tKwH+Z0wm0bX0W8cE=";