mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 08:01:14 +00:00
9 lines
173 B
Nix
9 lines
173 B
Nix
{ buildHex, goldrush }:
|
|
|
|
buildHex {
|
|
name = "lager";
|
|
version = "3.0.2";
|
|
sha256 = "0051zj6wfmmvxjn9q0nw8wic13nhbrkyy50cg1lcpdh17qiknzsj";
|
|
erlangDeps = [ goldrush ];
|
|
}
|