Merge pull request #208493 from r-ryantm/auto-update/libcoap
libcoap: 4.3.0 -> 4.3.1
This commit is contained in:
commit
e2e34b1318
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user