about summary refs log tree commit diff
path: root/pkgs/tools/admin
diff options
context:
space:
mode:
authorOTABI Tomoya <tomoya.otabi@gmail.com>2023-11-20 16:17:05 +0900
committerGitHub <noreply@github.com>2023-11-20 16:17:05 +0900
commite6ad351c24c09af9b45b336be0331795193f136b (patch)
treea57ed247ad05fa9b22457591ca722fb2d5eb80b6 /pkgs/tools/admin
parent20756de7cedbdb57fef31f36447ff51eb90c0479 (diff)
parentac3ddf46993c807b04f9b3ab941447f693ce4564 (diff)
Merge pull request #268379 from r-ryantm/auto-update/fioctl
fioctl: 0.35 -> 0.38
Diffstat (limited to 'pkgs/tools/admin')
-rw-r--r--pkgs/tools/admin/fioctl/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/admin/fioctl/default.nix b/pkgs/tools/admin/fioctl/default.nix
index f9e517e091d8f..d27e5eb7386d2 100644
--- a/pkgs/tools/admin/fioctl/default.nix
+++ b/pkgs/tools/admin/fioctl/default.nix
@@ -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"