3
0
Fork 0
forked from mirrors/nixpkgs

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

gcsfuse: 0.36.0 -> 0.37.0
This commit is contained in:
Artturi 2021-11-02 15:06:44 +02:00 committed by GitHub
commit 98bd02b3f9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
buildGoPackage rec { buildGoPackage rec {
pname = "gcsfuse"; pname = "gcsfuse";
version = "0.36.0"; version = "0.37.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "googlecloudplatform"; owner = "googlecloudplatform";
repo = "gcsfuse"; repo = "gcsfuse";
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-qsvHqSvMG7VwRtNmyun2oO+ZRZ1D1spefTeUXrWGSNk="; sha256 = "sha256-X7EZKHdSWQ9HKaXtoeDGNnzsBmffqHvZ6rfQXpjYTB8=";
}; };
goPackagePath = "github.com/googlecloudplatform/gcsfuse"; goPackagePath = "github.com/googlecloudplatform/gcsfuse";