Merge pull request #253410 from r-ryantm/auto-update/fioctl

fioctl: 0.33 -> 0.35
This commit is contained in:
Weijia Wang 2023-09-06 19:16:12 +02:00 committed by GitHub
commit 8e4dd747f4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "fioctl";
version = "0.33";
version = "0.35";
src = fetchFromGitHub {
owner = "foundriesio";
repo = "fioctl";
rev = "v${version}";
sha256 = "sha256-9c0eyRij1L2C6nJ9ufDGONVenJTGdRALFojK3SFRTjI=";
sha256 = "sha256-4lAoUmbNsC0d+yaB+DqHVqz3UMI08rhXIm7rgueeXik=";
};
vendorHash = "sha256-hSllpWjiYOBbANCX7usdAAF1HNAJ79ELK92qEyn8G1c=";