Unverified Commit a4c00abd authored by Vincent Laporte's avatar Vincent Laporte
Browse files

ocamlPackages.lru: use Dune 3

parent 1e21dd61
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -4,6 +4,8 @@ buildDunePackage rec {
  pname = "lru";
  version = "0.3.1";

  duneVersion = "3";

  src = fetchurl {
    url = "https://github.com/pqwy/lru/releases/download/v${version}/lru-${version}.tbz";
    hash = "sha256-bL4j0np9WyRPhpwLiBQNR/cPQTpkYu81wACTJdSyNv0=";