ocamlPackages.shine: 0.2.2 -> 0.2.3

This commit is contained in:
Daniel Olsen 2023-02-28 15:11:22 +01:00 committed by Vincent Laporte
parent 1b66e8cffc
commit 41f45c329f

View file

@ -2,15 +2,15 @@
buildDunePackage rec {
pname = "shine";
version = "0.2.2";
version = "0.2.3";
useDune2 = true;
duneVersion = "2";
src = fetchFromGitHub {
owner = "savonet";
repo = "ocaml-shine";
rev = "2e1de686ea031f1056df389161ea2b721bfdb39e";
sha256 = "0v6i4ym5zijki6ffkp2qkp00lk4fysjhmg690xscj23gwz4zx8ir";
rev = "refs/tags/v${version}";
sha256 = "sha256-x/ubqPXT89GWYV9KIyzny0rJDB3TBurLX71i0DlvHLU=";
};
buildInputs = [ dune-configurator ];