Merge pull request #260289 from r-ryantm/auto-update/libcoap
libcoap: 4.3.3 -> 4.3.4
This commit is contained in:
commit
b205170378
1 changed files with 2 additions and 2 deletions
|
@ -4,13 +4,13 @@
|
||||||
}:
|
}:
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "libcoap";
|
pname = "libcoap";
|
||||||
version = "4.3.3";
|
version = "4.3.4";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
repo = "libcoap";
|
repo = "libcoap";
|
||||||
owner = "obgm";
|
owner = "obgm";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
fetchSubmodules = true;
|
fetchSubmodules = true;
|
||||||
sha256 = "sha256-RS37Fpo1uzwEKzCysilXiH/NYOySEYGPOk0R/+rqiag=";
|
sha256 = "sha256-x8r5fHY8J0NYE7nPSw/bPpK/iTLKioKpQKmVw73KOtg=";
|
||||||
};
|
};
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
automake
|
automake
|
||||||
|
|
Loading…
Reference in a new issue