Merge pull request #304402 from r-ryantm/auto-update/ex_doc

ex_doc: 0.32.0 -> 0.32.1
This commit is contained in:
Nick Cao 2024-04-17 10:54:37 -04:00 committed by GitHub
commit 801695ef40
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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 {