gcsfuse: 2.2.0 -> 2.3.1

This commit is contained in:
R. Ryantm 2024-07-05 13:55:16 +00:00
parent 381a94c16d
commit dee0f25b53

View File

@ -5,16 +5,16 @@
buildGoModule rec {
pname = "gcsfuse";
version = "2.2.0";
version = "2.3.1";
src = fetchFromGitHub {
owner = "googlecloudplatform";
repo = "gcsfuse";
rev = "v${version}";
hash = "sha256-ecTwC0FHg0MHBkrsydTam4UfylldZQp06t/1BYUwgUI=";
hash = "sha256-FxBVNJVcVdAAvkIWzFmWiVdrVEQ4eQGGo8tmrlcH+6k=";
};
vendorHash = "sha256-GmLyYtgiUBd09mUktjNhbPN5QCUb9VNUzA0xT5mzQ0Q=";
vendorHash = "sha256-9eUUjcRQ/H3iPO2F+KE0nd5+b8slc6xacXSZt3jytgU=";
subPackages = [ "." "tools/mount_gcsfuse" ];