Merge pull request #174674 from r-ryantm/auto-update/gcsfuse
gcsfuse: 0.40.0 -> 0.41.0
This commit is contained in:
commit
48cc7ae655
1 changed files with 2 additions and 2 deletions
|
@ -2,13 +2,13 @@
|
||||||
|
|
||||||
buildGoPackage rec {
|
buildGoPackage rec {
|
||||||
pname = "gcsfuse";
|
pname = "gcsfuse";
|
||||||
version = "0.40.0";
|
version = "0.41.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "googlecloudplatform";
|
owner = "googlecloudplatform";
|
||||||
repo = "gcsfuse";
|
repo = "gcsfuse";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "sha256-UCyXDemrC6/8AreicZZwZ95+VgLOXsJ2nzlYvP6/6C8=";
|
sha256 = "sha256-vVmOEiP4oMvs8EmHAmp/xS1RMqs6ESDm4Ov9hAEeWPg=";
|
||||||
};
|
};
|
||||||
|
|
||||||
goPackagePath = "github.com/googlecloudplatform/gcsfuse";
|
goPackagePath = "github.com/googlecloudplatform/gcsfuse";
|
||||||
|
|
Loading…
Reference in a new issue