gcsfuse: 0.37.0 -> 0.38.0

This commit is contained in:
R. Ryantm 2021-12-21 08:18:15 +00:00
parent ae969de2bb
commit 51a8b4af51

View file

@ -2,13 +2,13 @@
buildGoPackage rec {
pname = "gcsfuse";
version = "0.37.0";
version = "0.38.0";
src = fetchFromGitHub {
owner = "googlecloudplatform";
repo = "gcsfuse";
rev = "v${version}";
sha256 = "sha256-X7EZKHdSWQ9HKaXtoeDGNnzsBmffqHvZ6rfQXpjYTB8=";
sha256 = "sha256-5qn20Vqtvuld9/IBW/3j+8C3ac8xJ9kRMTiL6GsOrrE=";
};
goPackagePath = "github.com/googlecloudplatform/gcsfuse";