baresip: 4.2.0 -> 4.3.0

This commit is contained in:
R. Ryantm
2025-11-26 10:43:54 +00:00
parent 45af851ce7
commit d892dc8fee
+2 -2
View File
@@ -31,14 +31,14 @@
}:
stdenv.mkDerivation rec {
version = "4.2.0";
version = "4.3.0";
pname = "baresip";
src = fetchFromGitHub {
owner = "baresip";
repo = "baresip";
rev = "v${version}";
hash = "sha256-kC1pqquIddjqIvGSIE9Rzlvr6qzTXF+mFsZlIzFBExI=";
hash = "sha256-E8FfETn4VnPYscFtwrDGCaYB7L0KU0ZTkDMfBj1dfxA=";
};
patches = [