We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 60b2fe6 commit d7ec597Copy full SHA for d7ec597
pkgs/applications/science/logic/hol_light/default.nix
@@ -21,13 +21,13 @@ let
21
in
22
23
stdenv.mkDerivation {
24
- name = "hol_light-2019-03-27";
+ name = "hol_light-2019-10-06";
25
26
src = fetchFromGitHub {
27
owner = "jrh13";
28
repo = "hol-light";
29
- rev = "a2b487b38d9da47350f1b4316e34a8fa4cf7a40a";
30
- sha256 = "1qlidl15qi8w4si8wxcmj8yg2srsb0q4k1ad9yd91sgx9h9aq8fk";
+ rev = "5c91b2ded8a66db571824ecfc18b4536c103b23e";
+ sha256 = "0sxsk8z08ba0q5aixdyczcx5l29lb51ba4ip3d2fry7y604kjsx6";
31
};
32
33
buildInputs = [ ocaml camlp5 ];
0 commit comments