lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

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.

authored by

R. RyanTM and committed by
Vincent Laporte
e975814b 7ffed91f

+2 -2
+2 -2
pkgs/development/tools/ocaml/utop/default.nix
··· 7 7 else 8 8 9 9 stdenv.mkDerivation rec { 10 - version = "2.1.0"; 10 + version = "2.2.0"; 11 11 name = "utop-${version}"; 12 12 13 13 src = fetchurl { 14 14 url = "https://github.com/diml/utop/archive/${version}.tar.gz"; 15 - sha256 = "0lpfyhnm4v3xmcpac76g1px3x7na4p29w6xj2q8chqxhcw131n2y"; 15 + sha256 = "1414snwmqaxs1x8wbpjf6fn3jsl01hq0phrr7639xmb5vh15mgd4"; 16 16 }; 17 17 18 18 nativeBuildInputs = [ makeWrapper ];