lol

ocaml-ng.ocamlPackages_4_13.ocaml: 4.13.0 → 4.13.1

authored by

Vincent Laporte and committed by
Vincent Laporte
316effbc f8a57ef0

+2 -2
+2 -2
pkgs/development/compilers/ocaml/4.13.nix
··· 1 1 import ./generic.nix { 2 2 major_version = "4"; 3 3 minor_version = "13"; 4 - patch_version = "0"; 5 - sha256 = "sha256:1f7gnndzs6qcyy2gnzalnhm808pifxhvxg2qp5dnsziz6li7x303"; 4 + patch_version = "1"; 5 + sha256 = "sha256:1s7xwqidpjwfhnpfma4nb93gxfr7g9jfn03s1j03iyavmpgph7ck"; 6 6 }