forked from mirrors/nixpkgs
ocamlPackages.decompress: use Dune 2
This commit is contained in:
parent
73c60d64a2
commit
371dce3024
|
@ -7,6 +7,8 @@ buildDunePackage rec {
|
|||
version = "0.9.0";
|
||||
pname = "decompress";
|
||||
|
||||
useDune2 = true;
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://github.com/mirage/decompress/releases/download/v${version}/decompress-v${version}.tbz";
|
||||
sha256 = "0fryhcvv96vfca51c7kqdn3n3canqsbbvfbi75ya6lca4lmpipbh";
|
||||
|
|
Loading…
Reference in a new issue