gcsfuse: init at v0.19.0

This commit is contained in:
Corbin 2016-09-26 00:51:04 -07:00
parent 28f03219d5
commit eef90e4153
2 changed files with 25 additions and 0 deletions

View file

@ -0,0 +1,23 @@
# This file was generated by go2nix.
{ stdenv, buildGoPackage, fetchgit, fetchhg, fetchbzr, fetchsvn }:
buildGoPackage rec {
name = "gcsfuse-${version}";
version = "81281027";
rev = "81281027c0093e3f916a6e611a128ec5c3a12ece";
goPackagePath = "github.com/googlecloudplatform/gcsfuse";
src = fetchgit {
inherit rev;
url = "https://github.com/googlecloudplatform/gcsfuse";
sha256 = "1lj9czippsgkhr8y3r7vwxgc8i952v76v1shdv10p43gsxwyyi9a";
};
# Fully vendored, apparently.
goDeps = null;
# TODO: add metadata https://nixos.org/nixpkgs/manual/#sec-standard-meta-attributes
meta = {
};
}

View file

@ -505,6 +505,8 @@ in
SDL = SDL_sixel;
};
gcsfuse = callPackage ../tools/filesystems/gcsfuse { };
lastpass-cli = callPackage ../tools/security/lastpass-cli { };
pass = callPackage ../tools/security/pass { };