about summary refs log tree commit diff
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2019-05-10 11:59:51 +0000
committerVincent Laporte <Vincent.Laporte@gmail.com>2019-05-10 12:59:14 +0000
commit20359e55cdd42ec7939d2e2a4e150598daf1942a (patch)
tree25ec23b341e956225304518b07721ac681eadc96
parent7495a761cce4cc34cd26ec19150ed4a196ca6d24 (diff)
ocamlPackages.cairo2: 0.6 -> 0.6.1
-rw-r--r--pkgs/development/ocaml-modules/cairo2/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/ocaml-modules/cairo2/default.nix b/pkgs/development/ocaml-modules/cairo2/default.nix
index 1213120ce1cb8..22d000a5fd334 100644
--- a/pkgs/development/ocaml-modules/cairo2/default.nix
+++ b/pkgs/development/ocaml-modules/cairo2/default.nix
@@ -4,11 +4,11 @@
 
 buildDunePackage rec {
   pname = "cairo2";
-  version = "0.6";
+  version = "0.6.1";
 
   src = fetchurl {
     url = "https://github.com/Chris00/ocaml-cairo/releases/download/${version}/cairo2-${version}.tbz";
-    sha256 = "1k2q7ipmddqnd2clybj4qb5xwzzrnl2fxnd6kv60dlzgya18lchs";
+    sha256 = "1ik4qf4b9443sliq2z7x9acd40rmzvyzjh3bh98wvjklxbb84a9i";
   };
 
   nativeBuildInputs = [ pkgconfig ];