fioctl: 0.35 -> 0.38

This commit is contained in:
R. Ryantm 2023-11-18 22:02:43 +00:00
parent b606ebb355
commit ac3ddf4699

View File

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "fioctl";
version = "0.35";
version = "0.38";
src = fetchFromGitHub {
owner = "foundriesio";
repo = "fioctl";
rev = "v${version}";
sha256 = "sha256-4lAoUmbNsC0d+yaB+DqHVqz3UMI08rhXIm7rgueeXik=";
sha256 = "sha256-MA7mMGZyRbQ4165qB+Q6/gQZP/yaUoZmMCVrPCPZoj4=";
};
vendorHash = "sha256-hSllpWjiYOBbANCX7usdAAF1HNAJ79ELK92qEyn8G1c=";
vendorHash = "sha256-OmukK6ecaiCRnK6fL238GhkxW4A4yrcR/xelBZzVwqI=";
ldflags = [
"-s" "-w"