Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

bzrtp: 5.2.98 -> 5.2.111

+2 -2
+2 -2
pkgs/development/libraries/bzrtp/default.nix
··· 8 8 9 9 stdenv.mkDerivation rec { 10 10 pname = "bzrtp"; 11 - version = "5.2.98"; 11 + version = "5.2.111"; 12 12 13 13 src = fetchFromGitLab { 14 14 domain = "gitlab.linphone.org"; ··· 16 16 group = "BC"; 17 17 repo = pname; 18 18 rev = version; 19 - hash = "sha256-p3r8GVhxShTanEI/tS8Dq59I7VKMDX1blz6S236XFqQ="; 19 + hash = "sha256-sLvvQhJ9uVt/dx57xs9ftY/ETi46xmyGDH8372zpqj8="; 20 20 }; 21 21 22 22 buildInputs = [ bctoolbox sqlite ];