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

authored by

Franz Pletz and committed by
GitHub
6f0c6296 b37c9b89

+2 -2
+2 -2
pkgs/development/libraries/nghttp3/default.nix
··· 6 6 7 7 stdenv.mkDerivation rec { 8 8 pname = "nghttp3"; 9 - version = "0.11.0"; 9 + version = "0.12.0"; 10 10 11 11 src = fetchFromGitHub { 12 12 owner = "ngtcp2"; 13 13 repo = pname; 14 14 rev = "v${version}"; 15 - hash = "sha256-fZMFSQ8RCVxuoLrisa8lLqjNVe4fIuGqbyKtkC/u02M="; 15 + hash = "sha256-jbD//8BNqzX2T2F0JH+Vsoi/D+8HZIPXGnHoj3hzqPk="; 16 16 }; 17 17 18 18 outputs = [ "out" "dev" "doc" ];