tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
ocamlPackages.ocaml-version: 3.6.5 -> 3.6.7
R. Ryantm
2 years ago
75be4952
71b4a603
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
development
ocaml-modules
ocaml-version
default.nix
+2
-2
pkgs/development/ocaml-modules/ocaml-version/default.nix
reviewed
···
2
2
3
3
buildDunePackage rec {
4
4
pname = "ocaml-version";
5
5
-
version = "3.6.5";
5
5
+
version = "3.6.7";
6
6
7
7
src = fetchurl {
8
8
url = "https://github.com/ocurrent/ocaml-version/releases/download/v${version}/ocaml-version-${version}.tbz";
9
9
-
hash = "sha256-hHP2l0Jcz9YalxCY0wcgdH6zTz+OqRD6JOyjB+r539I=";
9
9
+
hash = "sha256-1Q/9W2adM+2w2InEdqcd5IiNkACNWDNgONIQztKPgQw=";
10
10
};
11
11
12
12
checkInputs = [ alcotest ];