gcsfuse: 2.0.0 -> 2.0.1

This commit is contained in:
R. Ryantm
2024-05-05 20:24:20 +00:00
parent 8a50cbb3a5
commit 9cffec76cf
+3 -3
View File
@@ -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" ];