Skip to content

Commit 4fb2945

Browse files
authored
beam26Packages.ex_doc: 0.37.1 -> 0.37.2 (#384010)
2 parents 7f3afb5 + 116c2a7 commit 4fb2945

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
@@ -3,12 +3,12 @@
33

44
let
55
pname = "ex_doc";
6-
version = "0.37.1";
6+
version = "0.37.2";
77
src = fetchFromGitHub {
88
owner = "elixir-lang";
99
repo = "${pname}";
1010
rev = "v${version}";
11-
hash = "sha256-PF+4bJ1FGr7t8khorlrB7rSSmNsGpyhC4HmWjw6j0JQ=";
11+
hash = "sha256-BQbqaZq8pCfXrxJh03uV/WpH07bGoVUciX1wh8hFlxM=";
1212
};
1313
in
1414
mixRelease {

0 commit comments

Comments
 (0)