beam26Packages.ex_doc: 0.38.1 -> 0.38.2

This commit is contained in:
R. Ryantm 2025-05-31 21:27:02 +00:00
parent b94166b8b6
commit 2bdf5120fc

View file

@ -14,12 +14,12 @@
let let
pname = "ex_doc"; pname = "ex_doc";
version = "0.38.1"; version = "0.38.2";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "elixir-lang"; owner = "elixir-lang";
repo = "${pname}"; repo = "${pname}";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-lsz+r/7Pre15qWOqla9j712I6HExyHfvBfupmKuePmI="; hash = "sha256-Qv1vDfDGquWoem42IqA8lDiFWEtznT7ONIXSOCvn39g=";
}; };
in in
mixRelease { mixRelease {