depot/third_party/nixpkgs/pkgs/development/tools/kexpand/default.nix
Default email 58f8944c92 Project import generated by Copybara.
GitOrigin-RevId: 5aba0fe9766a7201a336249fd6cb76e0d7ba2faf
2020-09-24 23:45:31 -05:00

16 lines
370 B
Nix

{ buildGoPackage, fetchFromGitHub }:
buildGoPackage {
name = "kexpand-unstable-2017-05-12";
goPackagePath = "github.com/kopeio/kexpand";
subPackages = [ "." ];
src = fetchFromGitHub {
owner = "kopeio";
repo = "kexpand";
rev = "c508a43a4e84410dfd30827603e902148c5c1f3c";
sha256 = "0946h74lsqnr1106j7i2w2a5jg2bbk831d7prlws4bb2kigfm38p";
};
}