Skip to content

Commit

Permalink
ocamlPackages.gen: 1.0 → 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vbgl committed Mar 21, 2023
1 parent 942e6fd commit 5350e72
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions pkgs/development/ocaml-modules/gen/default.nix
Original file line number Diff line number Diff line change
@@ -1,22 +1,21 @@
{ lib, buildDunePackage, fetchFromGitHub, ocaml
, dune-configurator
, seq
, qcheck, ounit2
}:

buildDunePackage rec {
version = "1.0";
version = "1.1";
pname = "gen";
minimalOCamlVersion = "4.03";
duneVersion = "3";

src = fetchFromGitHub {
owner = "c-cube";
repo = "gen";
rev = "v${version}";
hash = "sha256-YWoVcl2TQoMIgU1LoKL16ia31zJjwAMwuphtSXnhtvw=";
hash = "sha256-ZytPPGhmt/uANaSgkgsUBOwyQ9ka5H4J+5CnJpEdrNk=";
};

buildInputs = [ dune-configurator ];
propagatedBuildInputs = [ seq ];
checkInputs = [ qcheck ounit2 ];

Expand Down

0 comments on commit 5350e72

Please sign in to comment.