mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +03:00
beam26Packages.ex_doc: 0.38.1 -> 0.38.2
This commit is contained in:
parent
b94166b8b6
commit
2bdf5120fc
1 changed files with 2 additions and 2 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue