nixpkgs/pkgs/development/erlang-modules/hex/lager.nix

9 lines
173 B
Nix
Raw Normal View History

{ buildHex, goldrush }:
2015-12-09 23:12:37 +00:00
buildHex {
name = "lager";
version = "3.0.2";
sha256 = "0051zj6wfmmvxjn9q0nw8wic13nhbrkyy50cg1lcpdh17qiknzsj";
2015-12-09 23:12:37 +00:00
erlangDeps = [ goldrush ];
}