Merge pull request #217115 from vbgl/ocaml-paf-0.4.0

ocamlPackages.paf: 0.3.0 → 0.4.0
This commit is contained in:
Weijia Wang 2023-02-24 16:40:38 +02:00 committed by GitHub
commit ae19734f4f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

View file

@ -25,11 +25,11 @@
buildDunePackage rec {
pname = "paf";
version = "0.3.0";
version = "0.4.0";
src = fetchurl {
url = "https://github.com/dinosaure/paf-le-chien/releases/download/${version}/paf-${version}.tbz";
sha256 = "sha256-+RkrmWJJREHg8BBdNe92vYhd2/Frvs7l5qOr9jBwymU=";
hash = "sha256-ux8fk4XDdih4Ua9NGOJVSuPseJBPv6+6ND/esHrluQE=";
};
minimalOCamlVersion = "4.08";

View file

@ -1,6 +1,7 @@
{ lib
, buildDunePackage
, paf
, dns-client
, duration
, emile
, httpaf
@ -23,6 +24,7 @@ buildDunePackage {
propagatedBuildInputs = [
paf
dns-client
duration
emile
httpaf