beam26Packages.ex_doc: 0.38.2 -> 0.38.3 (#435643)

This commit is contained in:
Yt
2025-08-21 21:09:12 -04:00
committed by GitHub
@@ -14,12 +14,12 @@
let
pname = "ex_doc";
version = "0.38.2";
version = "0.38.3";
src = fetchFromGitHub {
owner = "elixir-lang";
repo = "${pname}";
rev = "v${version}";
hash = "sha256-Qv1vDfDGquWoem42IqA8lDiFWEtznT7ONIXSOCvn39g=";
hash = "sha256-mi8AE9LfmWtgiVvoaH7aZy0/KlUvneiyEqop6015b2E=";
};
in
mixRelease {