libcoap: 4.3.1 -> 4.3.3
This commit is contained in:
parent
183845f851
commit
98a4b8f08d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user