about summary refs log tree commit diff
path: root/nixpkgs/pkgs/development/beam-modules/rebar3-proper/default.nix
blob: 2955beeeb5b509fc0f4b34543fe2bb99b57db32b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
{ lib, buildHex }:

buildHex {
  name = "rebar3_proper";
  version = "0.12.1";
  sha256 = "1f174fb6h2071wr7qbw9aqqvnglzsjlylmyi8215fhrmi38w94b6";

  meta = {
    description = "rebar3 proper plugin";
    license = lib.licenses.bsd3;
    homepage = "https://github.com/ferd/rebar3_proper";
  };
}