Merge pull request #92687 from r-ryantm/auto-update/gcsfuse
gcsfuse: 0.29.0 -> 0.30.0
This commit is contained in:
commit
40f4680d3d
@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
buildGoPackage rec {
|
buildGoPackage rec {
|
||||||
pname = "gcsfuse";
|
pname = "gcsfuse";
|
||||||
version = "0.29.0";
|
version = "0.30.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "googlecloudplatform";
|
owner = "googlecloudplatform";
|
||||||
repo = "gcsfuse";
|
repo = "gcsfuse";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "11an7cxgg3x830mwlhyx50xkcv7zpa9aziz6gz1crwp8shr4hdik";
|
sha256 = "1ai1dgf07g2c08rp87kygrl67hyj7x793093wmnwaxfpylx5flv0";
|
||||||
};
|
};
|
||||||
|
|
||||||
goPackagePath = "github.com/googlecloudplatform/gcsfuse";
|
goPackagePath = "github.com/googlecloudplatform/gcsfuse";
|
||||||
@ -20,6 +20,8 @@ buildGoPackage rec {
|
|||||||
ln -s $out/bin/mount_gcsfuse $out/bin/mount.fuse.gcsfuse
|
ln -s $out/bin/mount_gcsfuse $out/bin/mount.fuse.gcsfuse
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
buildFlagsArray = [ "-ldflags=-s -w -X main.gcsfuseVersion=${version}" ];
|
||||||
|
|
||||||
meta = with lib;{
|
meta = with lib;{
|
||||||
description = "A user-space file system for interacting with Google Cloud Storage";
|
description = "A user-space file system for interacting with Google Cloud Storage";
|
||||||
homepage = "https://cloud.google.com/storage/docs/gcs-fuse";
|
homepage = "https://cloud.google.com/storage/docs/gcs-fuse";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user