mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-20 20:02:14 +03:00
ocamlPackages.camlimages: 5.0.3 → 5.0.4
This commit is contained in:
parent
db1dd3a0d3
commit
e5e032a532
@ -1,8 +1,10 @@
|
||||
{ lib, fetchFromGitLab, buildDunePackage, dune-configurator, cppo, lablgtk, stdio }:
|
||||
{ lib, fetchFromGitLab, buildDunePackage, dune-configurator, cppo
|
||||
, graphics, lablgtk, stdio
|
||||
}:
|
||||
|
||||
buildDunePackage rec {
|
||||
pname = "camlimages";
|
||||
version = "5.0.3";
|
||||
version = "5.0.4";
|
||||
|
||||
useDune2 = true;
|
||||
|
||||
@ -12,10 +14,10 @@ buildDunePackage rec {
|
||||
owner = "camlspotter";
|
||||
repo = pname;
|
||||
rev = version;
|
||||
sha256 = "1ng9pkvrzlibfyf97iqvmbsqcykz8v1ln106xhq9nigih5i68zyd";
|
||||
sha256 = "1m2c76ghisg73dikz2ifdkrbkgiwa0hcmp21f2fm2rkbf02rq3f4";
|
||||
};
|
||||
|
||||
buildInputs = [ dune-configurator cppo lablgtk stdio ];
|
||||
buildInputs = [ dune-configurator cppo graphics lablgtk stdio ];
|
||||
|
||||
meta = with lib; {
|
||||
branch = "5.0";
|
||||
|
Loading…
Reference in New Issue
Block a user