ex_doc: 0.32.0 -> 0.32.1

This commit is contained in:
R. Ryantm 2024-04-16 01:32:59 +00:00
parent 1df062db9e
commit 2413c03a89
1 changed files with 2 additions and 2 deletions

View File

@ -3,12 +3,12 @@
let
pname = "ex_doc";
version = "0.32.0";
version = "0.32.1";
src = fetchFromGitHub {
owner = "elixir-lang";
repo = "${pname}";
rev = "v${version}";
hash = "sha256-JLtMoPuXFKcjXaeVv1PdMzb6rZItTkXDAs4hXqTY/vw=";
hash = "sha256-nNUSx2Ywj04vgT/7BQEwoNtTl1NGmbvuIS4KbvUFYzs=";
};
in
mixRelease {