3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #66890 from r-ryantm/auto-update/h2o

h2o: 2.2.5 -> 2.2.6
This commit is contained in:
Marek Mahut 2019-08-19 11:51:02 +02:00 committed by GitHub
commit f8892cb49c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,13 +7,13 @@ with builtins;
stdenv.mkDerivation rec {
name = "h2o-${version}";
version = "2.2.5";
version = "2.2.6";
src = fetchFromGitHub {
owner = "h2o";
repo = "h2o";
rev = "refs/tags/v${version}";
sha256 = "0jyvbp6cjiirj44nxqa2fi5y473gnc8awfn8zv82hb1y9rlxqfyv";
sha256 = "0qni676wqvxx0sl0pw9j0ph7zf2krrzqc1zwj73mgpdnsr8rsib7";
};
# We have to fix up some function prototypes, because despite upstream h2o