tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
0
fork
atom
nixpkgs mirror (for testing)
github.com/NixOS/nixpkgs
nix
0
fork
atom
overview
issues
pulls
pipelines
ocamlPackages.qtest: 2.11.1 -> 2.11.2
R. RyanTM
5 years ago
1f63d667
bf11a28b
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
development
ocaml-modules
qtest
default.nix
+2
-2
pkgs/development/ocaml-modules/qtest/default.nix
reviewed
···
2
2
3
3
buildDunePackage rec {
4
4
pname = "qtest";
5
5
-
version = "2.11.1";
5
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
13
-
sha256 = "01aaqnblpkrkv1b2iy5cwn92vxdj4yjiav9s2nvvrqz5m8b9hi1f";
13
13
+
sha256 = "sha256-VLY8+Nu6md0szW4RVxTFwlSQ9kyrgUqf7wQEA6GW8BE=";
14
14
};
15
15
16
16
propagatedBuildInputs = [ qcheck ];