mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-11 12:15:34 +03:00
ocamlPackages.tsort: 2.1.0 → 2.2.0
This commit is contained in:
parent
72eee9b3dd
commit
d43488ef16
1 changed files with 2 additions and 2 deletions
|
@ -7,12 +7,12 @@
|
|||
|
||||
buildDunePackage rec {
|
||||
pname = "tsort";
|
||||
version = "2.1.0";
|
||||
version = "2.2.0";
|
||||
src = fetchFromGitHub {
|
||||
owner = "dmbaturin";
|
||||
repo = "ocaml-tsort";
|
||||
rev = version;
|
||||
sha256 = "sha256-SCd0R8iGwMeRhhSxMid9lzqj5fm+owCJ2dzwtLpFqB4=";
|
||||
sha256 = "sha256-/gxjXDRhQdbt0ZBdCNk/j1oWhAbm2UOfye2D9QvPr3o=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [ containers ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue