Merge pull request #225151 from aaronjheng/gcsfuse

gcsfuse: 0.41.12 -> 0.42.3
This commit is contained in:
Mario Rodas 2023-04-09 00:13:42 -05:00 committed by GitHub
commit 3d1fa88a24
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,13 +5,13 @@
buildGoModule rec {
pname = "gcsfuse";
version = "0.41.12";
version = "0.42.3";
src = fetchFromGitHub {
owner = "googlecloudplatform";
repo = "gcsfuse";
rev = "v${version}";
hash = "sha256-s28vtcNodc5IL8SnZLTgSQBTPUf0FiIAv3TxZXMDuYE=";
hash = "sha256-011QEWEnQBskn7xvdP6mbWeBIyUy94sF2T44gobiICg=";
};
vendorHash = null;