Merge pull request #200596 from r-ryantm/auto-update/baresip

baresip: 2.8.2 -> 2.9.0

authored by 7c6f434c and committed by GitHub 3586bd52 ef3b1b51

+2 -2
+2 -2
pkgs/applications/networking/instant-messengers/baresip/default.nix
··· 25 25 , libvpx 26 26 }: 27 27 stdenv.mkDerivation rec { 28 - version = "2.8.2"; 28 + version = "2.9.0"; 29 29 pname = "baresip"; 30 30 src = fetchFromGitHub { 31 31 owner = "baresip"; 32 32 repo = "baresip"; 33 33 rev = "v${version}"; 34 - sha256 = "sha256-+hkV9s4ORm4Kqu9zBmxtFZJFG3gh70OOxpjix052bM0="; 34 + sha256 = "sha256-B4d8D4IfLYAIYVN80Lrh5bywD5iacSnUVwEzbc6Xq7g="; 35 35 }; 36 36 nativeBuildInputs = [ pkg-config ]; 37 37 buildInputs = [