gcsfuse: 0.19.0 -> 0.23.0

(cherry picked from commit ad3efa3b54)
This commit is contained in:
Orivej Desh 2017-09-10 03:19:06 +00:00 committed by Robin Gloster
parent 3ac8986fb6
commit ad9c16bad1
No known key found for this signature in database
GPG Key ID: D5C458DF6DD97EDF

View File

@ -3,15 +3,15 @@
buildGoPackage rec {
name = "gcsfuse-${version}";
version = "v0.19.0";
rev = "81281027c0093e3f916a6e611a128ec5c3a12ece";
version = "0.23.0";
rev = "v${version}";
goPackagePath = "github.com/googlecloudplatform/gcsfuse";
src = fetchgit {
inherit rev;
url = "https://github.com/googlecloudplatform/gcsfuse";
sha256 = "1lj9czippsgkhr8y3r7vwxgc8i952v76v1shdv10p43gsxwyyi9a";
sha256 = "1qxbpsmz22l5w4b7wbgfdq4v85cfc9ka9i8h4c56nals1x5lcsnx";
};
meta = {