lol

Merge pull request #184384 from r-ryantm/auto-update/ocaml4.13.1-ctypes

ocamlPackages.ctypes: 0.20.0 -> 0.20.1

authored by

Weijia Wang and committed by
GitHub
aece81e2 38ae29e6

+2 -2
+2 -2
pkgs/development/ocaml-modules/ctypes/default.nix
··· 6 6 7 7 stdenv.mkDerivation rec { 8 8 pname = "ocaml${ocaml.version}-ctypes"; 9 - version = "0.20.0"; 9 + version = "0.20.1"; 10 10 11 11 src = fetchFromGitHub { 12 12 owner = "ocamllabs"; 13 13 repo = "ocaml-ctypes"; 14 14 rev = version; 15 - sha256 = "sha256-fr60H/hiSVjEg11qM8LF1Y5CotS3FEyFdCcIh0A0uI4="; 15 + sha256 = "sha256-H1QR0MJCqRdXxRufCA663wzTNWQ8MYYAy2nz/XHCn0Y="; 16 16 }; 17 17 18 18 nativeBuildInputs = [ pkg-config ocaml findlib ];