ocamlPackages.shine: 0.2.2 -> 0.2.3
This commit is contained in:
parent
1b66e8cffc
commit
41f45c329f
1 changed files with 4 additions and 4 deletions
|
@ -2,15 +2,15 @@
|
||||||
|
|
||||||
buildDunePackage rec {
|
buildDunePackage rec {
|
||||||
pname = "shine";
|
pname = "shine";
|
||||||
version = "0.2.2";
|
version = "0.2.3";
|
||||||
|
|
||||||
useDune2 = true;
|
duneVersion = "2";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "savonet";
|
owner = "savonet";
|
||||||
repo = "ocaml-shine";
|
repo = "ocaml-shine";
|
||||||
rev = "2e1de686ea031f1056df389161ea2b721bfdb39e";
|
rev = "refs/tags/v${version}";
|
||||||
sha256 = "0v6i4ym5zijki6ffkp2qkp00lk4fysjhmg690xscj23gwz4zx8ir";
|
sha256 = "sha256-x/ubqPXT89GWYV9KIyzny0rJDB3TBurLX71i0DlvHLU=";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ dune-configurator ];
|
buildInputs = [ dune-configurator ];
|
||||||
|
|
Loading…
Reference in a new issue