s2n-tls: 1.3.38 -> 1.3.39
https://github.com/aws/s2n-tls/releases/tag/v1.3.39
This commit is contained in:
parent
107df2f7c2
commit
b0cd9107fc
1 changed files with 2 additions and 2 deletions
|
@ -8,13 +8,13 @@
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "s2n-tls";
|
||||
version = "1.3.38";
|
||||
version = "1.3.39";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "aws";
|
||||
repo = pname;
|
||||
rev = "v${version}";
|
||||
sha256 = "sha256-i4mY6c6YUQvqbH82MGGuHEfsCUDSBQbjtJjeRBkOEf4=";
|
||||
sha256 = "sha256-2vMEzHgwvcjHJZ4eloAWv1ioUXAatGfHT9OEclwKB3A=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ cmake ];
|
||||
|
|
Loading…
Reference in a new issue