0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 13:40:28 +03:00

ocamlPackages.uring: 0.7 → 0.8

This commit is contained in:
toastal 2023-10-13 10:36:47 +07:00 committed by Vincent Laporte
parent 43a25ec180
commit 1d6eb597f3

View file

@ -10,13 +10,13 @@
buildDunePackage rec {
pname = "uring";
version = "0.7";
version = "0.8";
minimalOCamlVersion = "4.12";
src = fetchurl {
url = "https://github.com/ocaml-multicore/ocaml-${pname}/releases/download/v${version}/${pname}-${version}.tbz";
sha256 = "khxV8aZYvdqYGjb1a27JQ+K8yg7OJN4ziJT2hzNIFQM=";
hash = "sha256-4OGst19vqEzuNVxO5xxtzS+mEilEBFoEc7lC3j3sTk4=";
};
propagatedBuildInputs = [