tevent: 0.9.36 -> 0.9.37

Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/tevent/versions.
This commit is contained in:
R. RyanTM 2018-07-12 18:32:00 -07:00
parent 2698bb461f
commit 3cfdae0057

View File

@ -3,11 +3,11 @@
}:
stdenv.mkDerivation rec {
name = "tevent-0.9.36";
name = "tevent-0.9.37";
src = fetchurl {
url = "mirror://samba/tevent/${name}.tar.gz";
sha256 = "0k1v4vnlzpf7h3p4khaw8a7damrc68g136bf2xzys08nzpinnaxx";
sha256 = "1q77vbjic2bb79li2a54ffscnrnwwww55fbpry2kgh7acpnlb0qn";
};
nativeBuildInputs = [ pkgconfig ];