tevent: 0.16.1 -> 0.16.2

This commit is contained in:
R. Ryantm
2025-03-07 06:01:48 +00:00
parent 5c6bec2e11
commit 96d360bad6
+2 -2
View File
@@ -18,11 +18,11 @@
stdenv.mkDerivation rec {
pname = "tevent";
version = "0.16.1";
version = "0.16.2";
src = fetchurl {
url = "mirror://samba/tevent/${pname}-${version}.tar.gz";
sha256 = "sha256-Nilx4PMtwZBfb+RzYxnEuDSMItyFqmw/aQoo7+VIAp4=";
sha256 = "sha256-8LvSnfq7y7zp9HGPwWVBDN1PfY7h89/FRhjUwDGZzqM=";
};
nativeBuildInputs = [