mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-20 00:53:12 +03:00
Merge pull request #219197 from r-ryantm/auto-update/unit
unit: 1.29.0 -> 1.29.1
This commit is contained in:
commit
b73d9ac22e
@ -30,14 +30,14 @@ let
|
||||
php81-unit = php81.override phpConfig;
|
||||
|
||||
in stdenv.mkDerivation rec {
|
||||
version = "1.29.0";
|
||||
version = "1.29.1";
|
||||
pname = "unit";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "nginx";
|
||||
repo = pname;
|
||||
rev = version;
|
||||
sha256 = "sha256-Na7whutGpd1yLePlcZyiZK9a/Y4YQnv7dkC5FjENqzs=";
|
||||
sha256 = "sha256-Jk/rzPJq1FWWTe31Fa2Ah+MoWP5mh6XNSmiYIY42vvk=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ which ];
|
||||
|
Loading…
Reference in New Issue
Block a user