gcsfuse: 0.35.0 -> 0.35.1

This commit is contained in:
R. RyanTM 2021-06-08 03:32:10 +00:00 committed by Jonathan Ringer
parent 039fc8c62b
commit 79481fba62

View file

@ -2,13 +2,13 @@
buildGoPackage rec {
pname = "gcsfuse";
version = "0.35.0";
version = "0.35.1";
src = fetchFromGitHub {
owner = "googlecloudplatform";
repo = "gcsfuse";
rev = "v${version}";
sha256 = "sha256-GJ21Cqd/W/PocmN1p4OeeUdswhH7fSmAMiNTs0X3564=";
sha256 = "sha256-A6vhdECKMq0kcR7mUTPu9F0N7gVj7tOg7UXeJ/gmbnM=";
};
goPackagePath = "github.com/googlecloudplatform/gcsfuse";