gcsfuse: 0.41.6 -> 0.41.7

This commit is contained in:
R. Ryantm 2022-09-26 15:13:22 +00:00 committed by Bobby Rong
parent d2b86be46b
commit f56fbbc085

View File

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