fizz: add update script

This commit is contained in:
Emily
2024-11-14 02:41:47 +00:00
parent dbb5591b5b
commit 0414a001b6
+4
View File
@@ -22,6 +22,8 @@
zlib,
gtest,
nix-update-script,
}:
stdenv.mkDerivation (finalAttrs: {
@@ -114,6 +116,8 @@ stdenv.mkDerivation (finalAttrs: {
)
'';
passthru.updateScript = nix-update-script { };
meta = {
description = "C++14 implementation of the TLS-1.3 standard";
homepage = "https://github.com/facebookincubator/fizz";