Merge pull request #83736 from r-ryantm/auto-update/libsignal-protocol-c

libsignal-protocol-c: 2.3.2 -> 2.3.3
This commit is contained in:
Ryan Mulligan 2020-05-10 07:58:14 -07:00 committed by GitHub
commit 91031a8407
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "libsignal-protocol-c";
version = "2.3.2";
version = "2.3.3";
src = fetchFromGitHub {
owner = "signalapp";
repo = "libsignal-protocol-c";
rev = "v${version}";
sha256 = "1qj2w4csy6j9jg1jy66n1qwysx7hgjywk4n35hlqcnh1kpa14k3p";
sha256 = "0z5p03vk15i6h870azfjgyfgxhv31q2vq6rfhnybrnkxq2wqzwhk";
};
nativeBuildInputs = [ cmake ];