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

gcsfuse: 0.33.2 -> 0.34.0
This commit is contained in:
Mario Rodas 2021-04-25 20:54:39 -05:00 committed by GitHub
commit 8dd7a0d327
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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