efmt: 0.18.2 -> 0.18.3

This commit is contained in:
R. Ryantm 2024-11-07 16:47:10 +00:00
parent b46372651a
commit 4f5616f7ef

View File

@ -6,16 +6,16 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "efmt"; pname = "efmt";
version = "0.18.2"; version = "0.18.3";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "sile"; owner = "sile";
repo = "efmt"; repo = "efmt";
rev = version; rev = version;
hash = "sha256-sS6OqcVuRZXGjrTv5gYz3ECrHNOsu/1eN7Jqs9QRm3Q="; hash = "sha256-3CL9NcwDsAs6fHUWA/ibkwqOW0Ur4glpHVZTrfLQUXs=";
}; };
cargoHash = "sha256-gcgKOgWdQwSFN9WMTJ/PBob+iuAqG+yTrSnbevM+csI="; cargoHash = "sha256-hEJb1SOQ3daY2otroCds8zitoodSjRyRTyR7GwF8dgk=";
meta = { meta = {
description = "Erlang code formatter"; description = "Erlang code formatter";