libks: 2.0.8 -> 2.0.9

This commit is contained in:
R. Ryantm
2026-01-28 08:18:45 +01:00
committed by eljamm
parent 2d027a414e
commit ab55f6ce88
+5 -2
View File
@@ -15,13 +15,13 @@
stdenv.mkDerivation rec {
pname = "libks";
version = "2.0.8";
version = "2.0.9";
src = fetchFromGitHub {
owner = "signalwire";
repo = "libks";
tag = "v${version}";
hash = "sha256-cBNNCOm+NcIvozN4Z4XnZWBBqq0LVELVqXubQB4JMTU=";
hash = "sha256-XnNyzH+VdBHligJ5+ct835Mekw2DbxMboC06Umm2Zak=";
};
patches = [
@@ -63,6 +63,9 @@ stdenv.mkDerivation rec {
# Something seems to go wrong with testwebsock2 when using parallelism
enableParallelChecking = false;
# Some tests require this on Darwin
__darwinAllowLocalNetworking = true;
passthru = {
tests.freeswitch = freeswitch;
updateScript = nix-update-script { };