Merge pull request #99175 from helsinki-systems/upd/libcoap

libcoap: 4.2.0 -> 4.2.1
gstqt5
Daniël de Kok 2020-10-01 09:35:19 +02:00 committed by GitHub
commit 7779eb31c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1,13 +1,13 @@
{ fetchFromGitHub, automake, autoconf, which, pkgconfig, libtool, stdenv }:
stdenv.mkDerivation rec {
pname = "libcoap";
version = "4.2.0";
version = "4.2.1";
src = fetchFromGitHub {
repo = "libcoap";
owner = "obgm";
rev = "v${version}";
fetchSubmodules = true;
sha256 = "0mmvkq72i4rda6b7g93qrwg2nwh2rvkq4xw70yppj51hsdrnpfl7";
sha256 = "1jkvha52lic13f13hnppizkl80bb2rciayb5hxici0gj6spphgha";
};
nativeBuildInputs = [
automake