nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

ocamlPackages.qtest: 2.11.1 -> 2.11.2

+2 -2
+2 -2
pkgs/development/ocaml-modules/qtest/default.nix
··· 2 2 3 3 buildDunePackage rec { 4 4 pname = "qtest"; 5 - version = "2.11.1"; 5 + version = "2.11.2"; 6 6 7 7 useDune2 = true; 8 8 ··· 10 10 owner = "vincent-hugot"; 11 11 repo = pname; 12 12 rev = "v${version}"; 13 - sha256 = "01aaqnblpkrkv1b2iy5cwn92vxdj4yjiav9s2nvvrqz5m8b9hi1f"; 13 + sha256 = "sha256-VLY8+Nu6md0szW4RVxTFwlSQ9kyrgUqf7wQEA6GW8BE="; 14 14 }; 15 15 16 16 propagatedBuildInputs = [ qcheck ];