Merge pull request #151532 from r-ryantm/auto-update/libexosip2

libexosip: 5.2.0 -> 5.3.0
This commit is contained in:
markuskowa 2021-12-24 16:14:59 +01:00 committed by GitHub
commit 847b55b07f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "libexosip2";
version = "5.2.0";
version = "5.3.0";
src = fetchurl {
url = "mirror://savannah/exosip/${pname}-${version}.tar.gz";
sha256 = "09bj7cm6mk8yr68y5a09a625x10ql6an3zi4pj6y1jbkhpgqibp3";
sha256 = "sha256-W3gjmGQx6lztyfCV1pZKzpZvCTsq59CwhAR4i/zrycI=";
};
nativeBuildInputs = [ pkg-config ];