unit: 1.27.0 -> 1.28.0

authored by R. Ryantm and committed by Bobby Rong 7cee3545 782f2134

+2 -2
+2 -2
pkgs/servers/http/unit/default.nix
··· 30 30 php81-unit = php81.override phpConfig; 31 31 32 32 in stdenv.mkDerivation rec { 33 - version = "1.27.0"; 33 + version = "1.28.0"; 34 34 pname = "unit"; 35 35 36 36 src = fetchFromGitHub { 37 37 owner = "nginx"; 38 38 repo = pname; 39 39 rev = version; 40 - sha256 = "sha256-H/WIrCyocEO/HZfVMyI9IwD565JsUIzC8n1qUYmCvWc="; 40 + sha256 = "sha256-nsalloOghC8tOMRP/N/L2raOmWwA4cz6Yr6H3IHHbR4="; 41 41 }; 42 42 43 43 nativeBuildInputs = [ which ];