ocamlPackages.cmarkit: 0.2.0 -> 0.3.0
Diff: https://github.com/dbuenzli/cmarkit/compare/v0.2.0...v0.3.0 Changelog: https://github.com/dbuenzli/cmarkit/blob/v0.3.0/CHANGES.md
This commit is contained in:
parent
15ee476004
commit
2dca255f5e
1 changed files with 2 additions and 2 deletions
|
@ -14,11 +14,11 @@ else
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "cmarkit";
|
||||
version = "0.2.0";
|
||||
version = "0.3.0";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://erratique.ch/software/cmarkit/releases/cmarkit-${version}.tbz";
|
||||
hash = "sha256-86RuGB5pLbw/ThPGz9+qLaZRH7xvxbYrZWFLLIkc5Mk=";
|
||||
hash = "sha256-RouM5iU7VeTT0+4yhBgdEmxROeP/X31iqDjd1VI7z5c=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
|
Loading…
Reference in a new issue