ocamlPackages.syslog-message: 1.1.0 -> 1.2.0
https://github.com/verbosemode/syslog-message/releases/tag/1.2.0 Co-authored-by: sternenseemann <sternenseemann@systemli.org>
This commit is contained in:
parent
cbb7ae70a1
commit
06978812fc
1 changed files with 2 additions and 4 deletions
|
@ -4,20 +4,18 @@
|
|||
|
||||
buildDunePackage rec {
|
||||
pname = "syslog-message";
|
||||
version = "1.1.0";
|
||||
version = "1.2.0";
|
||||
|
||||
minimalOCamlVersion = "4.08";
|
||||
duneVersion = "3";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://github.com/verbosemode/${pname}/releases/download/${version}/${pname}-${version}.tbz";
|
||||
hash = "sha256:0vy4dkl2q2fa6rzyfsvjyc9r1b9ymfqd6j35z2kp5vdc4r87053g";
|
||||
hash = "sha256-+eyiv6JvC0EKs3G1s5qoFtK0bU4Yg41AHg5Nc6xD9w0=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [
|
||||
astring
|
||||
ptime
|
||||
rresult
|
||||
];
|
||||
|
||||
doCheck = true;
|
||||
|
|
Loading…
Reference in a new issue