python3Packages.jh2: 5.0.11 -> 5.0.13
Diff: https://github.com/jawah/h2/compare/v5.0.11...v5.0.13 Changelog: https://github.com/jawah/h2/blob/refs/tags/v5.0.13/CHANGELOG.rst
This commit is contained in:
@@ -11,20 +11,20 @@
|
||||
|
||||
buildPythonPackage (finalAttrs: {
|
||||
pname = "jh2";
|
||||
version = "5.0.11";
|
||||
version = "5.0.13";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "jawah";
|
||||
repo = "h2";
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-k69U8O0c7z1TJASOWcndZA/LYTsX7nVfelhaS6FlN5g=";
|
||||
hash = "sha256-zlc0R+DeE9bd5daD7sUrGHXU3NR5tRiiFvBrccSKCTI=";
|
||||
fetchSubmodules = true;
|
||||
};
|
||||
|
||||
cargoDeps = rustPlatform.fetchCargoVendor {
|
||||
inherit (finalAttrs) pname version src;
|
||||
hash = "sha256-ELZD3CIAv70DGoCgdK8T2yVLtib9ylSvoZPFOge6nIQ=";
|
||||
hash = "sha256-BPTgGc/qH101ZBlqiqwBe5KXXpnpDGe5K6GLqG99GSI=";
|
||||
};
|
||||
|
||||
build-system = [
|
||||
|
||||
Reference in New Issue
Block a user