Skip to content

Commit

Permalink
ocamlPackages.tezt: 4.1.0 -> 4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Jan 24, 2025
1 parent 0aa4755 commit 2f9da74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/ocaml-modules/tezt/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@

buildDunePackage rec {
pname = "tezt";
version = "4.1.0";
version = "4.2.0";

minimalOCamlVersion = "4.12";

src = fetchFromGitLab {
owner = "nomadic-labs";
repo = pname;
rev = version;
hash = "sha256-1Cl/GOB+MDPJIl/6600PLTSL+vCYcAZGjedd6hr7rJw=";
hash = "sha256-8+q/A1JccH3CfWxfNhgJU5X+KEp+Uw7nvS72ZcPRsd8=";
};

propagatedBuildInputs = [
Expand Down

0 comments on commit 2f9da74

Please sign in to comment.