Merge pull request #79742 from r-ryantm/auto-update/unit

unit: 1.14.0 -> 1.15.0
This commit is contained in:
Ryan Mulligan 2020-02-10 11:47:50 -08:00 committed by GitHub
commit e96c3f05b6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,14 +18,14 @@
with stdenv.lib;
stdenv.mkDerivation rec {
version = "1.14.0";
version = "1.15.0";
pname = "unit";
src = fetchFromGitHub {
owner = "nginx";
repo = "unit";
rev = version;
sha256 = "01anczfcdwd22hb0y4zw647f86ivk5zq8lcd13xfxjvkmnsnbj9w";
sha256 = "1dj21fcssrvbspppbhg8684vfcbn0m1abiy1r60h5fzb470k21jb";
};
patches = [