ocamlPackages.stringext: use Dune 3

This commit is contained in:
Vincent Laporte 2023-04-05 06:17:30 +02:00
parent cdf5720ae2
commit 7979b4c793
No known key found for this signature in database
GPG Key ID: EBD582ADDDB1F81F

View File

@ -8,7 +8,7 @@ let version = "1.6.0"; in
buildDunePackage {
pname = "stringext";
version = version;
useDune2 = true;
duneVersion = "3";
src = fetchurl {
url = "https://github.com/rgrinberg/stringext/releases/download/${version}/stringext-${version}.tbz";
sha256 = "1sh6nafi3i9773j5mlwwz3kxfzdjzsfqj2qibxhigawy5vazahfv";