Merge pull request #188659 from r-ryantm/auto-update/gcsfuse

gcsfuse: 0.41.4 -> 0.41.6
This commit is contained in:
Bobby Rong 2022-08-29 22:00:56 +08:00 committed by GitHub
commit 4ed2e996b3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "gcsfuse";
version = "0.41.4";
version = "0.41.6";
src = fetchFromGitHub {
owner = "googlecloudplatform";
repo = "gcsfuse";
rev = "v${version}";
sha256 = "sha256-8QzSvR/uelp9iBLK+DsUXsH6fBOIoeXePeN7Spht6SE=";
sha256 = "sha256-yJVeR2e1i7f1LDhm415ukuC2OZRy1jS+/5oQ+fhhj8Q=";
};
vendorSha256 = null;