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

gcsfuse: 1.4.0 -> 1.4.1
This commit is contained in:
Nick Cao 2024-01-23 09:12:38 -05:00 committed by GitHub
commit b1ce92fdbe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,13 +5,13 @@
buildGoModule rec {
pname = "gcsfuse";
version = "1.4.0";
version = "1.4.1";
src = fetchFromGitHub {
owner = "googlecloudplatform";
repo = "gcsfuse";
rev = "v${version}";
hash = "sha256-IrLbKBCguj2B1PvtUwCaPP+4NoLbJZRtcsNGMDDC8b8=";
hash = "sha256-xQWkrFuMvwloDjnIU2T1Fmfpc/2w3ISbyDhFmN/ETFA=";
};
vendorHash = "sha256-cIOjgoS3cW6GA697K0Loi76ed64Ev2jZbuOIPNRM1HU=";