libcoap: 4.3.0 -> 4.3.1

This commit is contained in:
R. Ryantm 2022-12-31 13:00:03 +00:00
parent 3d7270abd5
commit d2996cfa98

View file

@ -4,13 +4,13 @@
}:
stdenv.mkDerivation rec {
pname = "libcoap";
version = "4.3.0";
version = "4.3.1";
src = fetchFromGitHub {
repo = "libcoap";
owner = "obgm";
rev = "v${version}";
fetchSubmodules = true;
sha256 = "1l031ys833gch600g9g3lvbsr4nysx6glbbj4lwvx3ywl0jr6l9k";
sha256 = "sha256-4XcAo5StyYIfe9wD0cPHKFZalMcBAuiVV2qFZ126KT8=";
};
nativeBuildInputs = [
automake