Skip to content

Commit 849604f

Browse files
committed
ex_doc: 0.34.1 -> 0.37.1
1 parent cc9e1db commit 849604f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33

44
let
55
pname = "ex_doc";
6-
version = "0.34.1";
6+
version = "0.37.1";
77
src = fetchFromGitHub {
88
owner = "elixir-lang";
99
repo = "${pname}";
1010
rev = "v${version}";
11-
hash = "sha256-OXIRippEDYAKD222XzNJkkZdXbUkDUauv5amr4oAU7c=";
11+
hash = "sha256-PF+4bJ1FGr7t8khorlrB7rSSmNsGpyhC4HmWjw6j0JQ=";
1212
};
1313
in
1414
mixRelease {
@@ -19,7 +19,7 @@ mixRelease {
1919
mixFodDeps = fetchMixDeps {
2020
pname = "mix-deps-${pname}";
2121
inherit src version elixir;
22-
hash = "sha256-fYINsATbw3M3r+IVoYS14aVEsg9OBuH6mNUqzQJuDQo=";
22+
hash = "sha256-s4b6wuBJPdN0FPn76zbLCHzqJNEZ6E4nOyB1whUM2VY=";
2323
};
2424

2525
configurePhase = ''

0 commit comments

Comments
 (0)