about summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2024-02-27 04:23:52 +0100
committerVincent Laporte <vbgl@users.noreply.github.com>2024-03-05 14:50:00 +0100
commit4163445f942f3c9a02b2cbdbf4db4cf3c27d07b7 (patch)
tree306391d3dbeea61512a1420daeb2d7013fc78f1e /pkgs/development
parentd6d96bdff4fa095c7ea43e94229c3847852205c0 (diff)
ocamlPackages.ctypes: 0.21.1 → 0.22.0
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/ocaml-modules/ctypes/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/ocaml-modules/ctypes/default.nix b/pkgs/development/ocaml-modules/ctypes/default.nix
index a10abff96b212..fa7bf6a587f0b 100644
--- a/pkgs/development/ocaml-modules/ctypes/default.nix
+++ b/pkgs/development/ocaml-modules/ctypes/default.nix
@@ -10,13 +10,13 @@
 
 buildDunePackage rec {
   pname = "ctypes";
-  version = "0.21.1";
+  version = "0.22.0";
 
   src = fetchFromGitHub {
     owner = "ocamllabs";
     repo = "ocaml-ctypes";
     rev = version;
-    hash = "sha256-Cay+8dwFxw4d1OgMP4CR94l4ic2269YCAaziesEqwHM=";
+    hash = "sha256-xgDKupQuakjHTbjoap/r2aAjNQUpH9K4HmeLbbgw1x4=";
   };
 
   buildInputs = [ dune-configurator ];