Skip to content

Commit 2bdf512

Browse files
committed
beam26Packages.ex_doc: 0.38.1 -> 0.38.2
1 parent b94166b commit 2bdf512

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/beam-modules/ex_doc/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@
1414

1515
let
1616
pname = "ex_doc";
17-
version = "0.38.1";
17+
version = "0.38.2";
1818
src = fetchFromGitHub {
1919
owner = "elixir-lang";
2020
repo = "${pname}";
2121
rev = "v${version}";
22-
hash = "sha256-lsz+r/7Pre15qWOqla9j712I6HExyHfvBfupmKuePmI=";
22+
hash = "sha256-Qv1vDfDGquWoem42IqA8lDiFWEtznT7ONIXSOCvn39g=";
2323
};
2424
in
2525
mixRelease {

0 commit comments

Comments
 (0)