override.nix 247 B

123456789101112
  1. pkgs: attrs: with pkgs; with attrs; rec {
  2. version = "1.3.56";
  3. src = fetchFromGitHub {
  4. owner = "aws";
  5. repo = "s2n-tls";
  6. rev = "v${version}";
  7. hash = "sha256-VS/85qu0Dc3HSeD0DYm2f4ur+ZRPhb1Srf7BeK7Pdfk=";
  8. };
  9. patches = [];
  10. }