mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 06:53:01 +00:00
erlfmt: 1.2.0 -> 1.3.0
This commit is contained in:
parent
e1751d845e
commit
217b470a60
@ -2,12 +2,12 @@
|
||||
|
||||
rebar3Relx rec {
|
||||
pname = "erlfmt";
|
||||
version = "1.2.0";
|
||||
version = "1.3.0";
|
||||
releaseType = "escript";
|
||||
src = fetchFromGitHub {
|
||||
owner = "WhatsApp";
|
||||
repo = "erlfmt";
|
||||
sha256 = "sha256-mma4QH6GlayTG5I9hW9wNZph/IJcCXjiY7Ft3hfxaPg=";
|
||||
sha256 = "sha256-fVjEVmCnoofnfcxwBk0HI4adO0M6QOshP3uZrecZ9vM=";
|
||||
rev = "v${version}";
|
||||
};
|
||||
meta = with lib; {
|
||||
|
Loading…
Reference in New Issue
Block a user