lol

ocamlPackages.uring: 0.8 → 0.9

musl patch merged

authored by

toastal and committed by
Vincent Laporte
1cc90fe9 b3fcfcfa

+2 -10
+2 -10
pkgs/development/ocaml-modules/uring/default.nix
··· 11 11 12 12 buildDunePackage rec { 13 13 pname = "uring"; 14 - version = "0.8"; 14 + version = "0.9"; 15 15 16 16 minimalOCamlVersion = "4.12"; 17 17 18 18 src = fetchurl { 19 19 url = "https://github.com/ocaml-multicore/ocaml-${pname}/releases/download/v${version}/${pname}-${version}.tbz"; 20 - hash = "sha256-4OGst19vqEzuNVxO5xxtzS+mEilEBFoEc7lC3j3sTk4="; 20 + hash = "sha256-eXWIxfL9UsKKf4sanBjKfr6Od4fPDctVnkU+wjIXW0M="; 21 21 }; 22 - 23 - patches = [ 24 - (fetchpatch { 25 - name = "musl-1.2.5.patch"; 26 - url = "https://github.com/ocaml-multicore/ocaml-uring/commit/abe340086574c124061434054937d1f19ee6bb71.patch"; 27 - hash = "sha256-J4ZQAdQZ9fhT3/vAh5FYMyvMllTowe4GyHJy5RGUTv0="; 28 - }) 29 - ]; 30 22 31 23 propagatedBuildInputs = [ 32 24 cstruct