summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2020-11-10 05:53:24 +0100
committerVincent Laporte <vbgl@users.noreply.github.com>2020-11-17 08:22:37 +0100
commite5e032a5320a6b5be27786fe89e3234a210fa8f1 (patch)
tree0f394da3a99a44b520f94d58eeefe4d77270da56 /pkgs
parentdb1dd3a0d34c4624b82502c431379e57d161bf07 (diff)
downloadnixpkgs-e5e032a5320a6b5be27786fe89e3234a210fa8f1.tar
nixpkgs-e5e032a5320a6b5be27786fe89e3234a210fa8f1.tar.gz
nixpkgs-e5e032a5320a6b5be27786fe89e3234a210fa8f1.tar.bz2
nixpkgs-e5e032a5320a6b5be27786fe89e3234a210fa8f1.tar.lz
nixpkgs-e5e032a5320a6b5be27786fe89e3234a210fa8f1.tar.xz
nixpkgs-e5e032a5320a6b5be27786fe89e3234a210fa8f1.tar.zst
nixpkgs-e5e032a5320a6b5be27786fe89e3234a210fa8f1.zip
ocamlPackages.camlimages: 5.0.3 → 5.0.4
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/ocaml-modules/camlimages/default.nix10
1 files changed, 6 insertions, 4 deletions
diff --git a/pkgs/development/ocaml-modules/camlimages/default.nix b/pkgs/development/ocaml-modules/camlimages/default.nix
index 5874e7a52d3..ba36cfa05b9 100644
--- a/pkgs/development/ocaml-modules/camlimages/default.nix
+++ b/pkgs/development/ocaml-modules/camlimages/default.nix
@@ -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";