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

ocamlPackages.owl: 1.0.1 -> 1.0.2

+2 -2
+2 -2
pkgs/development/ocaml-modules/owl-base/default.nix
··· 2 2 3 3 buildDunePackage rec { 4 4 pname = "owl-base"; 5 - version = "1.0.1"; 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 - sha256 = "72ca9f6edd302fdfa16c7559cedac7ac2c885466a367e17ea1ea8807b2dd13ef"; 11 + sha256 = "sha256-ONIQzmwcLwljH9WZUUMOTzZLWuA2xx7RsyzlWbKikmM="; 12 12 }; 13 13 14 14 minimumOCamlVersion = "4.10";