check-jsonschema: 0.33.0 -> 0.33.1 (#421859)

Co-authored-by: sudosubin <sudosubin@gmail.com>

authored by

nixpkgs-merge-bot[bot]
sudosubin
and committed by
GitHub
535b23b3 071822f6

+3 -3
+3 -3
pkgs/by-name/ch/check-jsonschema/package.nix
··· 6 6 7 7 python3Packages.buildPythonApplication rec { 8 8 pname = "check-jsonschema"; 9 - version = "0.33.0"; 9 + version = "0.33.1"; 10 10 pyproject = true; 11 11 12 12 src = fetchFromGitHub { 13 13 owner = "python-jsonschema"; 14 14 repo = "check-jsonschema"; 15 15 tag = version; 16 - hash = "sha256-dygE9vFQpoDtTBtN4zoWY1JXUxBSgiX3GDzdk72BmgI="; 16 + hash = "sha256-rcoZZ4fd6ATBL+aG1Lqvch6wnKtGmEYdCBd9F2danoE="; 17 17 }; 18 18 19 19 build-system = with python3Packages; [ setuptools ]; ··· 44 44 description = "Jsonschema CLI and pre-commit hook"; 45 45 mainProgram = "check-jsonschema"; 46 46 homepage = "https://github.com/python-jsonschema/check-jsonschema"; 47 - changelog = "https://github.com/python-jsonschema/check-jsonschema/blob/${version}/CHANGELOG.rst"; 47 + changelog = "https://github.com/python-jsonschema/check-jsonschema/blob/${src.tag}/CHANGELOG.rst"; 48 48 license = lib.licenses.asl20; 49 49 maintainers = with lib.maintainers; [ sudosubin ]; 50 50 };