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.owl: 1.0.1 -> 1.0.2
Ulrik Strid
4 years ago
7b3612f4
30d2d4a4
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
development
ocaml-modules
owl-base
default.nix
+2
-2
pkgs/development/ocaml-modules/owl-base/default.nix
reviewed
···
2
2
3
3
buildDunePackage rec {
4
4
pname = "owl-base";
5
5
-
version = "1.0.1";
5
5
+
version = "1.0.2";
6
6
7
7
useDune2 = true;
8
8
9
9
src = fetchurl {
10
10
url = "https://github.com/owlbarn/owl/releases/download/${version}/owl-${version}.tbz";
11
11
-
sha256 = "72ca9f6edd302fdfa16c7559cedac7ac2c885466a367e17ea1ea8807b2dd13ef";
11
11
+
sha256 = "sha256-ONIQzmwcLwljH9WZUUMOTzZLWuA2xx7RsyzlWbKikmM=";
12
12
};
13
13
14
14
minimumOCamlVersion = "4.10";