about summary refs log tree commit diff
path: root/pkgs/tools/filesystems
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2024-05-12 21:06:24 +0200
committerGitHub <noreply@github.com>2024-05-12 21:06:24 +0200
commit0459f2bcfdcf0b74e1c950a12befad6e7def03e1 (patch)
treed5f156110d9a8dc4486d1b665c5a3f794d06d964 /pkgs/tools/filesystems
parentb3d25368a749e4d79daae36b5d2d955498b8de28 (diff)
parent9cffec76cf84996d1e705db159bfb3c1828b0493 (diff)
Merge pull request #309370 from r-ryantm/auto-update/gcsfuse
gcsfuse: 2.0.0 -> 2.0.1
Diffstat (limited to 'pkgs/tools/filesystems')
-rw-r--r--pkgs/tools/filesystems/gcsfuse/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/filesystems/gcsfuse/default.nix b/pkgs/tools/filesystems/gcsfuse/default.nix
index 52010d7360022..49fa05e23feef 100644
--- a/pkgs/tools/filesystems/gcsfuse/default.nix
+++ b/pkgs/tools/filesystems/gcsfuse/default.nix
@@ -5,16 +5,16 @@
 
 buildGoModule rec {
   pname = "gcsfuse";
-  version = "2.0.0";
+  version = "2.0.1";
 
   src = fetchFromGitHub {
     owner = "googlecloudplatform";
     repo = "gcsfuse";
     rev = "v${version}";
-    hash = "sha256-brE6iwIMPRAQfERTOhVVne1Dy/ZdPUrA01G7Gj5k//Y=";
+    hash = "sha256-8O8JIN2KmTw5bMmcxu9ZeNiS48XkMUUpAX3+6Km13Y8=";
   };
 
-  vendorHash = "sha256-0I/PFMZXqE3EZv52CESsao4ygvYXIEgRE4EyV1CqM54=";
+  vendorHash = "sha256-nw2b0lDUJ9B+LloySns4cUzXeJ8uv4oYkZY0Jjg4hxc=";
 
   subPackages = [ "." "tools/mount_gcsfuse" ];