Merge pull request #245060 from r-ryantm/auto-update/nghttp3

nghttp3: 0.12.0 -> 0.13.0
This commit is contained in:
Mario Rodas 2023-07-23 15:24:40 -05:00 committed by GitHub
commit 9f4db5c86f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "nghttp3";
version = "0.12.0";
version = "0.13.0";
src = fetchFromGitHub {
owner = "ngtcp2";
repo = pname;
rev = "v${version}";
hash = "sha256-jbD//8BNqzX2T2F0JH+Vsoi/D+8HZIPXGnHoj3hzqPk=";
hash = "sha256-ypoq+wXBaA5p5ZjRC8SNn9jHcMHHLJZLDLNOFMoua0g=";
};
outputs = [ "out" "dev" "doc" ];