mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-25 03:17:13 +00:00
24 lines
620 B
Nix
24 lines
620 B
Nix
# 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 = {
|
|
};
|
|
}
|