unit: 1.15.0 -> 1.16.0

This commit is contained in:
Izorkin 2020-03-12 20:29:10 +03:00 committed by Alyssa Ross
parent fd614a72e9
commit 5dbe01af5b

View File

@ -17,14 +17,14 @@
with stdenv.lib; with stdenv.lib;
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
version = "1.15.0"; version = "1.16.0";
pname = "unit"; pname = "unit";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "nginx"; owner = "nginx";
repo = "unit"; repo = "unit";
rev = version; rev = version;
sha256 = "1dj21fcssrvbspppbhg8684vfcbn0m1abiy1r60h5fzb470k21jb"; sha256 = "19gclqhwccpi7y4386ap33ycwhylv4s4kwfc6ik8scmc4pw3sj9l";
}; };
patches = [ patches = [