Commit 4c40a6b1 authored by R. RyanTM's avatar R. RyanTM Committed by Vincent Laporte
Browse files

ocamlPackages.eliom: 11.1.0 -> 11.1.1

parent a3c8d046
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -17,13 +17,13 @@

buildDunePackage rec {
  pname = "eliom";
  version = "11.1.0";
  version = "11.1.1";

  src = fetchFromGitHub {
    owner = "ocsigen";
    repo = "eliom";
    rev = version;
    hash = "sha256-q8XLkyE5GE7NmU+v5221mkMrm2pK0Loh+RsS++PZp+Q=";
    hash = "sha256-ALuoyO6axNQEeBteBVIFwdoSrbLxxcaSTObAcLPGIvo=";
  };

  nativeBuildInputs = [