ocamlPackages.decompress: use Dune 2

This commit is contained in:
Vincent Laporte 2020-11-01 07:49:39 +01:00 committed by ehmry
parent 73c60d64a2
commit 371dce3024

View file

@ -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";