841d9c7fc1
GitOrigin-RevId: 3a8d7958a610cd3fec3a6f424480f91a1b259185
13 lines
296 B
Nix
13 lines
296 B
Nix
{ 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";
|
|
};
|
|
}
|