Skip to content

Commit

Permalink
Update sources (#1760)
Browse files Browse the repository at this point in the history
* Update sources

* update spawn

---------

Co-authored-by: UpdateBot <ulrikstrid@users.noreply.github.com>
  • Loading branch information
anmonteiro and ulrikstrid authored Nov 14, 2024
1 parent f597343 commit 769bc5a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 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 @@ -7,7 +7,7 @@
};

inputs = {
nixpkgs.url = "github:NixOS/nixpkgs?rev=18979df9f0be9d69f0e4d35059914c1a868c79b8";
nixpkgs.url = "github:NixOS/nixpkgs?rev=19d66fab291f90ce56d0479b128cc7a5271bf666";
flake-utils.url = "github:numtide/flake-utils";
};

Expand Down
4 changes: 2 additions & 2 deletions ocaml/janestreet-0.17.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2295,8 +2295,8 @@ in

spawn = janePackage {
pname = "spawn";
version = "0.15.1";
hash = "sha256-6vAkRjTZQGiPhYBWX4MBO3GxEDmAE+18vpMWXMcvWJk=";
version = "0.17.0";
hash = "sha256-IBQWLbG5u2xXd9mmxNgLw472FEExPiOReYFLiKgnt3M=";
meta.description = "Spawning sub-processes";
checkInputs = [ ppx_expect ];
doCheck = ! (lib.versionOlder "5.3" ocaml.version);
Expand Down

0 comments on commit 769bc5a

Please sign in to comment.