We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0c9a53 commit 107df2fCopy full SHA for 107df2f
1 file changed
pkgs/development/libraries/s2n-tls/default.nix
@@ -8,13 +8,13 @@
8
9
stdenv.mkDerivation rec {
10
pname = "s2n-tls";
11
- version = "1.3.37";
+ version = "1.3.38";
12
13
src = fetchFromGitHub {
14
owner = "aws";
15
repo = pname;
16
rev = "v${version}";
17
- sha256 = "sha256-NqOr2R61s4aUjHWI2QkyLpxUm/+c4vkAUg+UDduu3j4=";
+ sha256 = "sha256-i4mY6c6YUQvqbH82MGGuHEfsCUDSBQbjtJjeRBkOEf4=";
18
};
19
20
nativeBuildInputs = [ cmake ];
0 commit comments