Merge pull request #297831 from vifino/wolfssl-5.7.0
wolfssl: 5.6.6 -> 5.7.0
This commit is contained in:
commit
7bdd743bf8
1 changed files with 2 additions and 2 deletions
|
@ -14,13 +14,13 @@
|
||||||
}:
|
}:
|
||||||
stdenv.mkDerivation (finalAttrs: {
|
stdenv.mkDerivation (finalAttrs: {
|
||||||
pname = "wolfssl-${variant}";
|
pname = "wolfssl-${variant}";
|
||||||
version = "5.6.6";
|
version = "5.7.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "wolfSSL";
|
owner = "wolfSSL";
|
||||||
repo = "wolfssl";
|
repo = "wolfssl";
|
||||||
rev = "refs/tags/v${finalAttrs.version}-stable";
|
rev = "refs/tags/v${finalAttrs.version}-stable";
|
||||||
hash = "sha256-HXl8GgngC1J8Dlt7fXBrVRa+IV7thVr+MIpeuf3Khcg=";
|
hash = "sha256-4j1GqeZJn5UWx56DjGjge05jlzBbIGn4IXxcaIBxON4=";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
|
Loading…
Reference in a new issue