ocamlPackages.utop: 2.7.0 → 2.8.0

authored by

Vincent Laporte and committed by
Vincent Laporte
4f3bc6aa 5550614a

+2 -2
+2 -2
pkgs/development/tools/ocaml/utop/default.nix
··· 8 9 buildDunePackage rec { 10 pname = "utop"; 11 - version = "2.7.0"; 12 13 useDune2 = true; 14 15 src = fetchurl { 16 url = "https://github.com/ocaml-community/utop/releases/download/${version}/utop-${version}.tbz"; 17 - sha256 = "sha256-4GisU98mfDzA8vabvCBEBPA2LMTmRyofxUfjJqY8P90="; 18 }; 19 20 nativeBuildInputs = [ makeWrapper ];
··· 8 9 buildDunePackage rec { 10 pname = "utop"; 11 + version = "2.8.0"; 12 13 useDune2 = true; 14 15 src = fetchurl { 16 url = "https://github.com/ocaml-community/utop/releases/download/${version}/utop-${version}.tbz"; 17 + sha256 = "0mi571ifjzq4wcjarn8q1b7yl8nxjm1jfx3afac224lqwn6bhb2d"; 18 }; 19 20 nativeBuildInputs = [ makeWrapper ];