beam26Packages.ex_doc: 0.38.3 -> 0.38.4

This commit is contained in:
R. Ryantm
2025-09-12 21:58:02 +00:00
parent c434698189
commit 2644673811
@@ -14,12 +14,12 @@
let
pname = "ex_doc";
version = "0.38.3";
version = "0.38.4";
src = fetchFromGitHub {
owner = "elixir-lang";
repo = "${pname}";
rev = "v${version}";
hash = "sha256-mi8AE9LfmWtgiVvoaH7aZy0/KlUvneiyEqop6015b2E=";
hash = "sha256-/gZczKm/IF5QQemrdcda9oKVIGDFSqdiu8YrBwT6Mtk=";
};
in
mixRelease {