baresip: 4.3.0 -> 4.4.0 (#475069)

This commit is contained in:
7c6f434c
2026-01-01 19:14:35 +00:00
committed by GitHub

View File

@@ -31,14 +31,14 @@
}:
stdenv.mkDerivation rec {
version = "4.3.0";
version = "4.4.0";
pname = "baresip";
src = fetchFromGitHub {
owner = "baresip";
repo = "baresip";
rev = "v${version}";
hash = "sha256-E8FfETn4VnPYscFtwrDGCaYB7L0KU0ZTkDMfBj1dfxA=";
hash = "sha256-/4XFuOKE/VCIkue9QGwNK/MxkeBU8XoyfLPZd6WAuNg=";
};
patches = [