Skip to content

Commit

Permalink
chore: update ocaml kernel
Browse files Browse the repository at this point in the history
  • Loading branch information
GTrunSec committed Oct 2, 2023
1 parent e3aed5b commit 178bf4c
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 13 deletions.
19 changes: 9 additions & 10 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
inputs.nix-dart.inputs.flake-utils.follows = "flake-utils";
inputs.npmlock2nix.url = "github:nix-community/npmlock2nix/0ba0746d62974403daf717cded3f24c617622bc7";
inputs.npmlock2nix.flake = false;
inputs.opam-nix.url = "github:tweag/opam-nix/75199758e1954f78286e7e79c0e3916e28b732b0";
inputs.opam-nix.url = "github:tweag/opam-nix";
inputs.opam-nix.inputs.flake-compat.follows = "flake-compat";
inputs.opam-nix.inputs.flake-utils.follows = "flake-utils";
inputs.opam-nix.inputs.nixpkgs.follows = "nixpkgs";
Expand Down
4 changes: 2 additions & 2 deletions modules/kernels/ocaml/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,12 @@

scope = let
name = "jupyter";
version = "2.8.0";
version = "2.8.3";
src = pkgs.fetchFromGitHub {
owner = "akabe";
repo = "ocaml-jupyter";
rev = "v${version}";
sha256 = "sha256-IWbM6rOjcE1QHO+GVl8ZwiZQpNmdBbTdfMZe69D5lIU=";
sha256 = "sha256-uMk0rsLqlwkkzB52V5khMyr3rYsn7Mfyq31ybH69KgI=";
};
in
_opam-nix.buildDuneProject
Expand Down

0 comments on commit 178bf4c

Please sign in to comment.