1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-19 12:11:28 +00:00

unit: 1.31.0 -> 1.31.1

This commit is contained in:
R. Ryantm 2023-10-21 21:21:57 +00:00
parent d48d296232
commit 17e227a87d

View file

@ -29,14 +29,14 @@ let
php82-unit = php82.override phpConfig;
in stdenv.mkDerivation rec {
version = "1.31.0";
version = "1.31.1";
pname = "unit";
src = fetchFromGitHub {
owner = "nginx";
repo = pname;
rev = version;
sha256 = "sha256-N01ANjZES8eJV/gZchyPfxUpRyfDXpebHWK79mCI3Bw=";
sha256 = "sha256-6hecOCEC2MeJJieOOamEf8ytpEVAGs5mB0H16lJDciU=";
};
nativeBuildInputs = [ which ];