ocaml: 4.06.0 -> 4.06.1

authored by

Vincent Laporte and committed by
Robin Gloster
504bf92e 56f1785e

+2 -2
+2 -2
pkgs/development/compilers/ocaml/4.06.nix
··· 1 1 import ./generic.nix { 2 2 major_version = "4"; 3 3 minor_version = "06"; 4 - patch_version = "0"; 5 - sha256 = "1dy542yfnnw10zvh5s9qzswliq11mg7l0bcyss3501qw3vwvadhj"; 4 + patch_version = "1"; 5 + sha256 = "1n3pygfssd6nkrq876wszm5nm3v4605q4k16a66h1nmq9wvf01vg"; 6 6 7 7 # If the executable is stipped it does not work 8 8 dontStrip = true;