fioctl: 0.31 -> 0.32.0

This commit is contained in:
R. Ryantm 2023-02-28 07:38:03 +00:00
parent 9e56d6ec92
commit d286464ec3

View file

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "fioctl";
version = "0.31";
version = "0.32.0";
src = fetchFromGitHub {
owner = "foundriesio";
repo = "fioctl";
rev = "v${version}";
sha256 = "sha256-A5XRokrYRENaw0poq9e3o2OwCPn0GZaAT2fPjYu3p0M=";
sha256 = "sha256-3k3FoRU1yCtntVe3WTGUuhIBTD6KRvSsDISbjmNvzQI=";
};
vendorHash = "sha256-g8sTQXUk162SlA1iLEMGZ6O3FvF+8v/XINtZR8o0m8U=";
vendorHash = "sha256-hSllpWjiYOBbANCX7usdAAF1HNAJ79ELK92qEyn8G1c=";
ldflags = [
"-s" "-w"