We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc9e1db commit 849604fCopy full SHA for 849604f
pkgs/development/beam-modules/ex_doc/default.nix
@@ -3,12 +3,12 @@
3
4
let
5
pname = "ex_doc";
6
- version = "0.34.1";
+ version = "0.37.1";
7
src = fetchFromGitHub {
8
owner = "elixir-lang";
9
repo = "${pname}";
10
rev = "v${version}";
11
- hash = "sha256-OXIRippEDYAKD222XzNJkkZdXbUkDUauv5amr4oAU7c=";
+ hash = "sha256-PF+4bJ1FGr7t8khorlrB7rSSmNsGpyhC4HmWjw6j0JQ=";
12
};
13
in
14
mixRelease {
@@ -19,7 +19,7 @@ mixRelease {
19
mixFodDeps = fetchMixDeps {
20
pname = "mix-deps-${pname}";
21
inherit src version elixir;
22
- hash = "sha256-fYINsATbw3M3r+IVoYS14aVEsg9OBuH6mNUqzQJuDQo=";
+ hash = "sha256-s4b6wuBJPdN0FPn76zbLCHzqJNEZ6E4nOyB1whUM2VY=";
23
24
25
configurePhase = ''
0 commit comments