Skip to content

Commit

Permalink
Update OCaml 5.1 to 5.1.1 (#1181)
Browse files Browse the repository at this point in the history
  • Loading branch information
anmonteiro authored Dec 11, 2023
1 parent bf50eaa commit a6364be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ocaml/overlay-ocaml-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ let
src = super.fetchFromGitHub {
owner = "ocaml";
repo = "ocaml";
rev = "5.1.1-rc1";
hash = "sha256-X8bGmoDgSIOk7jyQOgzYEhFibd5Wsd7hxnSiZvG/Ey8=";
rev = "5.1.1";
hash = "sha256-uSmTpDUVhj9niON65B9sc/8PBgurS3nIOx4dJjJiUqc=";
};
});
});
Expand Down

0 comments on commit a6364be

Please sign in to comment.