gcsfuse: 2.11.0 -> 2.11.1

This commit is contained in:
R. Ryantm
2025-03-29 05:10:23 +00:00
parent b98b14df4c
commit 51ca35bdfd
+2 -2
View File
@@ -7,13 +7,13 @@
buildGoModule 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=";