about summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/ppx_cstubs
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2021-08-22 09:00:00 -0500
committerVincent Laporte <vbgl@users.noreply.github.com>2021-08-26 09:42:41 +0200
commitd2a08fef699a955e4ca2d99286aba9113f734d3f (patch)
treedce3768c1a62703e95346349ab17fb23d0b016dc /pkgs/development/ocaml-modules/ppx_cstubs
parent7c7be5852442e3916e32c41f129d58f95681735b (diff)
ocamlPackages.ppx_cstubs: 0.6.1.1 -> 0.6.1.2
https://github.com/fdopen/ppx_cstubs/raw/0.6.1.2/CHANGES.md
Diffstat (limited to 'pkgs/development/ocaml-modules/ppx_cstubs')
-rw-r--r--pkgs/development/ocaml-modules/ppx_cstubs/default.nix7
1 files changed, 4 insertions, 3 deletions
diff --git a/pkgs/development/ocaml-modules/ppx_cstubs/default.nix b/pkgs/development/ocaml-modules/ppx_cstubs/default.nix
index b4ddb4dd5e45c..6ad6c4cd8985c 100644
--- a/pkgs/development/ocaml-modules/ppx_cstubs/default.nix
+++ b/pkgs/development/ocaml-modules/ppx_cstubs/default.nix
@@ -13,7 +13,7 @@
 
 buildDunePackage rec {
   pname = "ppx_cstubs";
-  version = "0.6.1.1";
+  version = "0.6.1.2";
 
   useDune2 = true;
 
@@ -21,7 +21,7 @@ buildDunePackage rec {
     owner = "fdopen";
     repo = "ppx_cstubs";
     rev = version;
-    sha256 = "0rgg78435ypi6ryhcq5ljkch4qjvra2jqjd47c2hhhcbwvi2ssxh";
+    sha256 = "15cjb9ygnvp2kv85rrb7ncz7yalifyl7wd2hp2cl8r1qrpgi1d0w";
   };
 
   buildInputs = [
@@ -37,8 +37,9 @@ buildDunePackage rec {
 
   meta = with lib; {
     homepage = "https://github.com/fdopen/ppx_cstubs";
+    changelog = "https://github.com/fdopen/ppx_cstubs/raw/${version}/CHANGES.md";
     description = "Preprocessor for easier stub generation with ocaml-ctypes";
-    license = licenses.mit;
+    license = licenses.lgpl21Plus;
     maintainers = [ maintainers.osener ];
   };
 }