3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #111999 from r-ryantm/auto-update/ocaml4.10.0-graphics

ocamlPackages.graphics: 5.1.0 -> 5.1.1
This commit is contained in:
Sandro 2021-03-21 05:10:24 +01:00 committed by GitHub
commit 4fdc2111b2
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.0";
version = "5.1.1";
useDune2 = true;
src = fetchurl {
url = "https://github.com/ocaml/graphics/releases/download/${version}/graphics-${version}.tbz";
sha256 = "16z997mp0ccilaqqvmz3wp7vx0ghaf4ik9qklgd4piklcl1yv5n5";
sha256 = "sha256-KGyD497ZKHA2xeXHezmh3P1zoSlre1h5N9zjkAFmMo4=";
};
buildInputs = [ dune-configurator ];