about summary refs log tree commit diff
path: root/pkgs/servers/http
diff options
context:
space:
mode:
authorR. RyanTM <ryantm+bot@ryantm.com>2018-06-06 03:31:37 -0700
committerAustin Seipp <aseipp@pobox.com>2018-06-06 14:39:47 -0500
commitd277e4fbced66521489141e086066bb9f56a7d56 (patch)
tree3c9db136aaf6385153effb1648370b963ef25e31 /pkgs/servers/http
parent58929311824743f26a6ba70dc24c563b8f7d39fc (diff)
downloadnixlib-d277e4fbced66521489141e086066bb9f56a7d56.tar
nixlib-d277e4fbced66521489141e086066bb9f56a7d56.tar.gz
nixlib-d277e4fbced66521489141e086066bb9f56a7d56.tar.bz2
nixlib-d277e4fbced66521489141e086066bb9f56a7d56.tar.lz
nixlib-d277e4fbced66521489141e086066bb9f56a7d56.tar.xz
nixlib-d277e4fbced66521489141e086066bb9f56a7d56.tar.zst
nixlib-d277e4fbced66521489141e086066bb9f56a7d56.zip
h2o: 2.2.4 -> 2.2.5
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/h2o/versions.

These checks were done:

- built on NixOS
- /nix/store/dwz174x5lsj14gm3a89rhpw2mb4wciap-h2o-2.2.5/bin/h2o passed the binary check.
- 1 of 1 passed binary check by having a zero exit code.
- 0 of 1 passed binary check by having the new version present in output.
- found 2.2.5 with grep in /nix/store/dwz174x5lsj14gm3a89rhpw2mb4wciap-h2o-2.2.5
- directory tree listing: https://gist.github.com/b8176825df6a9bbef22331d62ac7208c
- du listing: https://gist.github.com/4c5ecd9f4cd736d08daeeab72549037e
Diffstat (limited to 'pkgs/servers/http')
-rw-r--r--pkgs/servers/http/h2o/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/servers/http/h2o/default.nix b/pkgs/servers/http/h2o/default.nix
index cd2985960a75..e05624fa46c8 100644
--- a/pkgs/servers/http/h2o/default.nix
+++ b/pkgs/servers/http/h2o/default.nix
@@ -7,13 +7,13 @@ with builtins;
 
 stdenv.mkDerivation rec {
   name = "h2o-${version}";
-  version = "2.2.4";
+  version = "2.2.5";
 
   src = fetchFromGitHub {
     owner  = "h2o";
     repo   = "h2o";
     rev    = "refs/tags/v${version}";
-    sha256 = "0176x0bzjry19zs074a9i5vhncc842xikmx43wj61jky318nq4w4";
+    sha256 = "0jyvbp6cjiirj44nxqa2fi5y473gnc8awfn8zv82hb1y9rlxqfyv";
   };
 
   nativeBuildInputs = [ pkgconfig cmake ];