beam26Packages.ex_doc: 0.37.1 -> 0.37.2 (#384010)

This commit is contained in:
Yt
2025-02-21 19:22:13 -05:00
committed by GitHub
@@ -3,12 +3,12 @@
let
pname = "ex_doc";
version = "0.37.1";
version = "0.37.2";
src = fetchFromGitHub {
owner = "elixir-lang";
repo = "${pname}";
rev = "v${version}";
hash = "sha256-PF+4bJ1FGr7t8khorlrB7rSSmNsGpyhC4HmWjw6j0JQ=";
hash = "sha256-BQbqaZq8pCfXrxJh03uV/WpH07bGoVUciX1wh8hFlxM=";
};
in
mixRelease {