about summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. RyanTM <ryantm+bot@ryantm.com>2018-07-21 13:12:12 -0700
committerVincent Laporte <vbgl@users.noreply.github.com>2018-07-21 20:17:38 +0000
commite975814b19ba8cb8052a60f18de2ee4aebe1190b (patch)
tree72fcd95ec89adc284df86b8352fcbb35f1c9b016
parent7ffed91faf7ae50573e08690d3f1963d827575a5 (diff)
downloadnixlib-e975814b19ba8cb8052a60f18de2ee4aebe1190b.tar
nixlib-e975814b19ba8cb8052a60f18de2ee4aebe1190b.tar.gz
nixlib-e975814b19ba8cb8052a60f18de2ee4aebe1190b.tar.bz2
nixlib-e975814b19ba8cb8052a60f18de2ee4aebe1190b.tar.lz
nixlib-e975814b19ba8cb8052a60f18de2ee4aebe1190b.tar.xz
nixlib-e975814b19ba8cb8052a60f18de2ee4aebe1190b.tar.zst
nixlib-e975814b19ba8cb8052a60f18de2ee4aebe1190b.zip
ocamlPackages.utop: 2.1.0 -> 2.2.0
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/utop/versions.
-rw-r--r--pkgs/development/tools/ocaml/utop/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/tools/ocaml/utop/default.nix b/pkgs/development/tools/ocaml/utop/default.nix
index 74f450a9e3ac..1341e071842b 100644
--- a/pkgs/development/tools/ocaml/utop/default.nix
+++ b/pkgs/development/tools/ocaml/utop/default.nix
@@ -7,12 +7,12 @@ then throw "utop is not available for OCaml ${ocaml.version}"
 else
 
 stdenv.mkDerivation rec {
-  version = "2.1.0";
+  version = "2.2.0";
   name = "utop-${version}";
 
   src = fetchurl {
     url = "https://github.com/diml/utop/archive/${version}.tar.gz";
-    sha256 = "0lpfyhnm4v3xmcpac76g1px3x7na4p29w6xj2q8chqxhcw131n2y";
+    sha256 = "1414snwmqaxs1x8wbpjf6fn3jsl01hq0phrr7639xmb5vh15mgd4";
   };
 
   nativeBuildInputs = [ makeWrapper ];