Commit a816db90 authored by R. RyanTM's avatar R. RyanTM
Browse files

ocamlPackages.res: 5.0.1 -> 5.0.2

parent 3e32c07b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

buildDunePackage rec {
  pname = "res";
  version = "5.0.1";
  version = "5.0.2";

  minimalOCamlVersion = "4.08";

  src = fetchurl {
    url = "https://github.com/mmottl/res/releases/download/${version}/res-${version}.tbz";
    hash = "sha256-rSrDMQBfnbWAr2LuajP3fveOtOwLyRbKPkaTKsnocQ4=";
    hash = "sha256-hQxRETCYxy7ZHah5cg+XHtH3wCj/ofq1VHxsPHu91FU=";
  };

  doCheck = true;