blob: 72ff65c82b18753230c8c3b1b8b3aeabada12e88 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
pkgs: attrs: with pkgs; with attrs; rec {
version = "1.3.56";
src = fetchFromGitHub {
owner = "aws";
repo = "s2n-tls";
rev = "v${version}";
hash = "sha256-VS/85qu0Dc3HSeD0DYm2f4ur+ZRPhb1Srf7BeK7Pdfk=";
};
patches = [];
}
|