Merge pull request #76537 from Izorkin/unit

unit: 1.13.0 -> 1.14.0
This commit is contained in:
Jörg Thalheim
2020-01-21 11:39:41 +00:00
committed by GitHub
3 changed files with 87 additions and 3 deletions
+7 -2
View File
@@ -18,16 +18,21 @@
with stdenv.lib;
stdenv.mkDerivation rec {
version = "1.13.0";
version = "1.14.0";
pname = "unit";
src = fetchFromGitHub {
owner = "nginx";
repo = "unit";
rev = version;
sha256 = "1b5il05isq5yvnx2qpnihsrmj0jliacvhrm58i87d48anwpv1k8q";
sha256 = "01anczfcdwd22hb0y4zw647f86ivk5zq8lcd13xfxjvkmnsnbj9w";
};
patches = [
# https://github.com/nginx/unit/issues/357
./drop_cap.patch
];
nativeBuildInputs = [ which ];
buildInputs = [ ]