Merge pull request #149727 from r-ryantm/auto-update/ocaml4.12.0-graphics

ocamlPackages.graphics: 5.1.1 -> 5.1.2
This commit is contained in:
Jörg Thalheim 2021-12-09 08:34:51 +00:00 committed by GitHub
commit 9244ce07fe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,13 +3,13 @@
buildDunePackage rec {
pname = "graphics";
version = "5.1.1";
version = "5.1.2";
useDune2 = true;
src = fetchurl {
url = "https://github.com/ocaml/graphics/releases/download/${version}/graphics-${version}.tbz";
sha256 = "sha256-KGyD497ZKHA2xeXHezmh3P1zoSlre1h5N9zjkAFmMo4=";
sha256 = "sha256-QA/YHSPxy0FGuWl5NCwkeXHdVPWHn/0vgOx80CEuMtQ=";
};
buildInputs = [ dune-configurator ];