Commit 1a82a80a authored by R. RyanTM's avatar R. RyanTM
Browse files

beam26Packages.ex_doc: 0.37.2 -> 0.37.3

parent 398f7eb6
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -3,12 +3,12 @@

let
  pname = "ex_doc";
  version = "0.37.2";
  version = "0.37.3";
  src = fetchFromGitHub {
    owner = "elixir-lang";
    repo = "${pname}";
    rev = "v${version}";
    hash = "sha256-BQbqaZq8pCfXrxJh03uV/WpH07bGoVUciX1wh8hFlxM=";
    hash = "sha256-2tam+3vYLC216Q78GIUI3fGnE5FJ/lECJAUQMSxz46w=";
  };
in
mixRelease {