baresip: 2.6.0 -> 2.7.0

This commit is contained in:
R. Ryantm
2022-09-04 05:25:36 +00:00
parent c2b4fed7e9
commit 4689d513de
@@ -24,13 +24,13 @@
, libvpx
}:
stdenv.mkDerivation rec {
version = "2.6.0";
version = "2.7.0";
pname = "baresip";
src = fetchFromGitHub {
owner = "baresip";
repo = "baresip";
rev = "v${version}";
sha256 = "sha256-YcXLRhW7PyvK0R1+7DOjmtxg+Ajq9u7fvZFQO7DJapQ=";
sha256 = "sha256-ouevompKkWn5CXuDcPuKiTE9GrIXBs/NFsNu6GHgReE=";
};
postPatch = ''
patchShebangs modules/ctrl_dbus/gen.sh