Merge pull request #217115 from vbgl/ocaml-paf-0.4.0
ocamlPackages.paf: 0.3.0 → 0.4.0
This commit is contained in:
commit
ae19734f4f
2 changed files with 4 additions and 2 deletions
|
@ -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";
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
{ lib
|
||||
, buildDunePackage
|
||||
, paf
|
||||
, dns-client
|
||||
, duration
|
||||
, emile
|
||||
, httpaf
|
||||
|
@ -23,6 +24,7 @@ buildDunePackage {
|
|||
|
||||
propagatedBuildInputs = [
|
||||
paf
|
||||
dns-client
|
||||
duration
|
||||
emile
|
||||
httpaf
|
||||
|
|
Loading…
Reference in a new issue