fioctl: 0.32.0 -> 0.33

This commit is contained in:
R. Ryantm 2023-06-21 23:48:04 +00:00
parent 43be38bd78
commit 0548c802c6

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "fioctl";
version = "0.32.0";
version = "0.33";
src = fetchFromGitHub {
owner = "foundriesio";
repo = "fioctl";
rev = "v${version}";
sha256 = "sha256-3k3FoRU1yCtntVe3WTGUuhIBTD6KRvSsDISbjmNvzQI=";
sha256 = "sha256-9c0eyRij1L2C6nJ9ufDGONVenJTGdRALFojK3SFRTjI=";
};
vendorHash = "sha256-hSllpWjiYOBbANCX7usdAAF1HNAJ79ELK92qEyn8G1c=";