Merge pull request #223152 from fabaff/fizz-bump

fizz: 2023.03.06.00 -> 2023.03.20.00

authored by Fabian Affolter and committed by GitHub 8687dc6d bdf0dd28

+3 -2
+3 -2
pkgs/development/libraries/fizz/default.nix
··· 19 19 20 20 stdenv.mkDerivation rec { 21 21 pname = "fizz"; 22 - version = "2023.03.06.00"; 22 + version = "2023.03.20.00"; 23 23 24 24 src = fetchFromGitHub { 25 25 owner = "facebookincubator"; 26 26 repo = "fizz"; 27 27 rev = "refs/tags/v${version}"; 28 - hash = "sha256-zb3O5YHQc+1cPcL0K3FwhMfr+/KFQU7SDVT1bEITF6E="; 28 + hash = "sha256-oBdTj7IPlmtF5rEgDVN/wwa0ZxkN6h2QMN3PQB0nCgQ="; 29 29 }; 30 30 31 31 nativeBuildInputs = [ cmake ]; ··· 58 58 meta = with lib; { 59 59 description = "C++14 implementation of the TLS-1.3 standard"; 60 60 homepage = "https://github.com/facebookincubator/fizz"; 61 + changelog = "https://github.com/facebookincubator/fizz/releases/tag/v${version}"; 61 62 license = licenses.bsd3; 62 63 platforms = platforms.unix; 63 64 maintainers = with maintainers; [ pierreis kylesferrazza ];