gcsfuse: 0.42.3 -> 0.42.4

This commit is contained in:
R. Ryantm 2023-04-29 05:30:05 +00:00
parent 770f6182ac
commit 9c83f0df00

View File

@ -5,13 +5,13 @@
buildGoModule rec {
pname = "gcsfuse";
version = "0.42.3";
version = "0.42.4";
src = fetchFromGitHub {
owner = "googlecloudplatform";
repo = "gcsfuse";
rev = "v${version}";
hash = "sha256-011QEWEnQBskn7xvdP6mbWeBIyUy94sF2T44gobiICg=";
hash = "sha256-Yv2IY+ZSyZDcgEpMGYZxqxKc6twmMh/18HlTKdyUGbk=";
};
vendorHash = null;