Merge pull request #294995 from r-ryantm/auto-update/pjsip

pjsip: 2.14 -> 2.14.1
This commit is contained in:
Robert Scott 2024-03-16 14:46:00 +00:00 committed by GitHub
commit c03f302838
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,13 +15,13 @@
}: }:
stdenv.mkDerivation (finalAttrs: { stdenv.mkDerivation (finalAttrs: {
pname = "pjsip"; pname = "pjsip";
version = "2.14"; version = "2.14.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = finalAttrs.pname; owner = finalAttrs.pname;
repo = "pjproject"; repo = "pjproject";
rev = "refs/tags/${finalAttrs.version}"; rev = "refs/tags/${finalAttrs.version}";
hash = "sha256-PWCeIvnBAOqbcNYPhIY7hykdvLzoD9lssSViCCPNT68="; hash = "sha256-LDA3o1QMrAxcGuOi/YRoMzXmw/wFkfDs2wweZuIJ2RY=";
}; };
patches = [ patches = [