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