libcoap: 4.2.0 -> 4.2.1

gstqt5
ajs124 2020-09-30 16:12:06 +02:00
parent fd28991cd7
commit 54b3948073
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