Skip to content

Commit aba84a6

Browse files
authored
gcsfuse: 2.10.0 -> 2.11.0 (#390822)
2 parents ca0fb3f + 1d9096d commit aba84a6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/gc/gcsfuse/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@
77

88
buildGoModule rec {
99
pname = "gcsfuse";
10-
version = "2.10.0";
10+
version = "2.11.0";
1111

1212
src = fetchFromGitHub {
1313
owner = "googlecloudplatform";
1414
repo = "gcsfuse";
1515
rev = "v${version}";
16-
hash = "sha256-gKKsUihV/YiIYbdTPjOXl/SEmi7dTAncNEAnAS/42VY=";
16+
hash = "sha256-TOilPoyibR6tuBeSuu+kSUE5xamurD31QJ1486rZHG0=";
1717
};
1818

19-
vendorHash = "sha256-/9LhIZ/KThuTI1OYfdZHfV9Ad70gw4Yii3MsE5ZVLSI=";
19+
vendorHash = "sha256-Xw2XsDhQpJJq7peh015ckIvV7yG87dE+HZ2b+XwuXMY=";
2020

2121
subPackages = [
2222
"."

0 commit comments

Comments
 (0)