3
0
Fork 0
forked from mirrors/nixpkgs

gcsfuse: 0.33.2 -> 0.34.0

This commit is contained in:
R. RyanTM 2021-03-27 10:52:33 +00:00 committed by Mario Rodas
parent ddea0864b6
commit ba589e6d58

View file

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