Merge pull request #167314 from r-ryantm/auto-update/ocaml4.13.1-utop

ocamlPackages.utop: 2.9.0 -> 2.9.1
This commit is contained in:
Mario Rodas 2022-04-05 17:06:29 -05:00 committed by GitHub
commit b97fb91324
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,7 +4,7 @@
buildDunePackage rec {
pname = "utop";
version = "2.9.0";
version = "2.9.1";
useDune2 = true;
@ -12,7 +12,7 @@ buildDunePackage rec {
src = fetchurl {
url = "https://github.com/ocaml-community/utop/releases/download/${version}/utop-${version}.tbz";
sha256 = "sha256:17jd61bc6pva5wqmnc9xq70ysyjplrzf1p25sq1s7wgrfq2vlyyd";
sha256 = "sha256-6TQxLYN/qjTABZuK6rp+daCSNWyJIXzB8q2QpZeBwaY=";
};
nativeBuildInputs = [ makeWrapper cppo ];