Loading pkgs/development/tools/ocaml/utop/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -16,7 +16,7 @@ buildDunePackage rec { pname = "utop"; version = "2.16.0"; version = "2.17.0"; propagatedBuildInputs = [ findlib lambda-term Loading @@ -29,7 +29,7 @@ buildDunePackage rec { src = fetchurl { url = "https://github.com/ocaml-community/utop/releases/download/${version}/utop-${version}.tbz"; hash = "sha256-C595E10hMvshHL6ImUHP0NVMx7uAYrigRD44xUC4x2M="; hash = "sha256-FOGTkf+LGMFbARc3TU0PxXIAUJV72AKYZQVkuJT6hdo="; }; nativeBuildInputs = [ Loading Loading
pkgs/development/tools/ocaml/utop/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -16,7 +16,7 @@ buildDunePackage rec { pname = "utop"; version = "2.16.0"; version = "2.17.0"; propagatedBuildInputs = [ findlib lambda-term Loading @@ -29,7 +29,7 @@ buildDunePackage rec { src = fetchurl { url = "https://github.com/ocaml-community/utop/releases/download/${version}/utop-${version}.tbz"; hash = "sha256-C595E10hMvshHL6ImUHP0NVMx7uAYrigRD44xUC4x2M="; hash = "sha256-FOGTkf+LGMFbARc3TU0PxXIAUJV72AKYZQVkuJT6hdo="; }; nativeBuildInputs = [ Loading