gcsfuse: 0.34.1 -> 0.35.0

This commit is contained in:
R. RyanTM 2021-04-27 22:19:02 +00:00 committed by Jonathan Ringer
parent 5d9dc70c2f
commit b1d725d4d9

View file

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