Skip to content

Commit

Permalink
Merge pull request #295014 from vbgl/ocaml-ocsigen-start-6.2.0
Browse files Browse the repository at this point in the history
ocamlPackages.ocsigen-start: 6.1.2 → 6.2.0
  • Loading branch information
ulrikstrid authored Mar 12, 2024
2 parents 93f5edb + b577c47 commit cfd86f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/ocaml-modules/ocsigen-start/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

stdenv.mkDerivation rec {
pname = "ocaml${ocaml.version}-ocsigen-start";
version = "6.1.2";
version = "6.2.0";

nativeBuildInputs = [ ocaml findlib eliom ];
buildInputs = [ ocsigen-ppx-rpc ];
Expand All @@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
owner = "ocsigen";
repo = "ocsigen-start";
rev = version;
hash = "sha256-GhuH3rNdauJztEhygct6jCf+EmAtbSeyYP45stMzGFU=";
hash = "sha256-i2nj/m1Ihb/bprtHvZh47/oK0v+aFNVH+A2CB4rrrPk=";
};

preInstall = ''
Expand Down

0 comments on commit cfd86f9

Please sign in to comment.