python313Packages.jh2: 5.0.10 -> 5.0.11

Diff: https://github.com/jawah/h2/compare/v5.0.10...v5.0.11

Changelog: https://github.com/jawah/h2/blob/refs/tags/v5.0.11/CHANGELOG.rst
This commit is contained in:
techknowlogick
2026-04-05 17:50:18 -04:00
parent 5b3fdb136f
commit 35820d5dff
@@ -11,20 +11,20 @@
buildPythonPackage rec {
pname = "jh2";
version = "5.0.10";
version = "5.0.11";
pyproject = true;
src = fetchFromGitHub {
owner = "jawah";
repo = "h2";
tag = "v${version}";
hash = "sha256-zytQ6UFNeIaF7cftp7C/RnXhuRbQxc1jhwVmFwUDF1Y=";
hash = "sha256-k69U8O0c7z1TJASOWcndZA/LYTsX7nVfelhaS6FlN5g=";
fetchSubmodules = true;
};
cargoDeps = rustPlatform.fetchCargoVendor {
inherit pname version src;
hash = "sha256-W2BfuOhYL56gPd+j9YuJ7Ee3e+jT5m47h8qXihoMu1M=";
hash = "sha256-ELZD3CIAv70DGoCgdK8T2yVLtib9ylSvoZPFOge6nIQ=";
};
build-system = [