libcoap: 4.3.1 -> 4.3.3

This commit is contained in:
R. Ryantm 2023-09-17 18:24:18 +00:00 committed by Emery Hemingway
parent 183845f851
commit 98a4b8f08d

View file

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