gcsfuse: 2.11.0 -> 2.11.1

(cherry picked from commit 51ca35bdfd)
This commit is contained in:
R. Ryantm
2025-03-29 05:10:23 +00:00
committed by Michael Daniels
parent 9db4a5464b
commit dc7660ee23

View File

@@ -7,13 +7,13 @@
buildGo124Module rec {
pname = "gcsfuse";
version = "2.11.0";
version = "2.11.1";
src = fetchFromGitHub {
owner = "googlecloudplatform";
repo = "gcsfuse";
rev = "v${version}";
hash = "sha256-TOilPoyibR6tuBeSuu+kSUE5xamurD31QJ1486rZHG0=";
hash = "sha256-SWbIfAE/pmokhJO0rimfHqxqOH23HrJRTJHDikNC7TI=";
};
vendorHash = "sha256-Xw2XsDhQpJJq7peh015ckIvV7yG87dE+HZ2b+XwuXMY=";