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; with stdenv.lib;
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
version = "1.14.0"; version = "1.15.0";
pname = "unit"; pname = "unit";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "nginx"; owner = "nginx";
repo = "unit"; repo = "unit";
rev = version; rev = version;
sha256 = "01anczfcdwd22hb0y4zw647f86ivk5zq8lcd13xfxjvkmnsnbj9w"; sha256 = "1dj21fcssrvbspppbhg8684vfcbn0m1abiy1r60h5fzb470k21jb";
}; };
patches = [ patches = [