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

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";