ocamlPackages.ppx_cstubs: 0.6.1.1 -> 0.6.1.2

https://github.com/fdopen/ppx_cstubs/raw/0.6.1.2/CHANGES.md

authored by Mario Rodas and committed by Vincent Laporte d2a08fef 7c7be585

+4 -3
+4 -3
pkgs/development/ocaml-modules/ppx_cstubs/default.nix
··· 13 14 buildDunePackage rec { 15 pname = "ppx_cstubs"; 16 - version = "0.6.1.1"; 17 18 useDune2 = true; 19 ··· 21 owner = "fdopen"; 22 repo = "ppx_cstubs"; 23 rev = version; 24 - sha256 = "0rgg78435ypi6ryhcq5ljkch4qjvra2jqjd47c2hhhcbwvi2ssxh"; 25 }; 26 27 buildInputs = [ ··· 37 38 meta = with lib; { 39 homepage = "https://github.com/fdopen/ppx_cstubs"; 40 description = "Preprocessor for easier stub generation with ocaml-ctypes"; 41 - license = licenses.mit; 42 maintainers = [ maintainers.osener ]; 43 }; 44 }
··· 13 14 buildDunePackage rec { 15 pname = "ppx_cstubs"; 16 + version = "0.6.1.2"; 17 18 useDune2 = true; 19 ··· 21 owner = "fdopen"; 22 repo = "ppx_cstubs"; 23 rev = version; 24 + sha256 = "15cjb9ygnvp2kv85rrb7ncz7yalifyl7wd2hp2cl8r1qrpgi1d0w"; 25 }; 26 27 buildInputs = [ ··· 37 38 meta = with lib; { 39 homepage = "https://github.com/fdopen/ppx_cstubs"; 40 + changelog = "https://github.com/fdopen/ppx_cstubs/raw/${version}/CHANGES.md"; 41 description = "Preprocessor for easier stub generation with ocaml-ctypes"; 42 + license = licenses.lgpl21Plus; 43 maintainers = [ maintainers.osener ]; 44 }; 45 }