3
0
Fork 0
forked from mirrors/nixpkgs

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

gcsfuse: 0.41.0 -> 0.41.1
This commit is contained in:
Mario Rodas 2022-05-28 11:08:45 -05:00 committed by GitHub
commit 89ee9881d7
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.41.0";
version = "0.41.1";
src = fetchFromGitHub {
owner = "googlecloudplatform";
repo = "gcsfuse";
rev = "v${version}";
sha256 = "sha256-vVmOEiP4oMvs8EmHAmp/xS1RMqs6ESDm4Ov9hAEeWPg=";
sha256 = "sha256-5Kfd033SG1ldF+2QCZ01aa7ts0mA8uPXiLmqZIr94YQ=";
};
goPackagePath = "github.com/googlecloudplatform/gcsfuse";