Skip to content

Commit

Permalink
Merge pull request #211811 from r-ryantm/auto-update/s2n-tls
Browse files Browse the repository at this point in the history
s2n-tls: 1.3.32 -> 1.3.33
  • Loading branch information
marsam committed Jan 20, 2023
2 parents d73ad00 + 9002325 commit 70b3ee0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/s2n-tls/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@

stdenv.mkDerivation rec {
pname = "s2n-tls";
version = "1.3.32";
version = "1.3.33";

src = fetchFromGitHub {
owner = "aws";
repo = pname;
rev = "v${version}";
sha256 = "sha256-LKJubTzV4B7aimKtnODUJJil3b55qKuDkCe7TLa8tjQ=";
sha256 = "sha256-MfVRAv5Ss+QMjY3IhFJakUO05w6j5WaAM0cCdtLIgAk=";
};

nativeBuildInputs = [ cmake ];
Expand Down

0 comments on commit 70b3ee0

Please sign in to comment.