baresip: 3.24.0 -> 4.0.0

This commit is contained in:
R. Ryantm 2025-08-11 17:55:42 +00:00
parent af7f652b8d
commit 8c3a81397b

View File

@ -31,14 +31,14 @@
}:
stdenv.mkDerivation rec {
version = "3.24.0";
version = "4.0.0";
pname = "baresip";
src = fetchFromGitHub {
owner = "baresip";
repo = "baresip";
rev = "v${version}";
hash = "sha256-32XyMblHF+ST+TpIbdyPFdRtWnIugYMr4lYZnfeFm/c=";
hash = "sha256-Kun6fcDy7JQU0zrHfNxv9cV77Bm/WNrgrrGqCzrgTJ4=";
};
patches = [