lol

python3Packages.prometheus-fastapi-instrumentator: 7.0.0 -> 7.0.2

https://github.com/trallnag/prometheus-fastapi-instrumentator/blob/v7.0.2/CHANGELOG.md

+3 -3
+3 -3
pkgs/development/python-modules/prometheus-fastapi-instrumentator/default.nix
··· 15 15 16 16 buildPythonPackage rec { 17 17 pname = "prometheus-fastapi-instrumentator"; 18 - version = "7.0.0"; 18 + version = "7.0.2"; 19 19 pyproject = true; 20 20 21 21 disabled = pythonOlder "3.9"; ··· 24 24 owner = "trallnag"; 25 25 repo = "prometheus-fastapi-instrumentator"; 26 26 tag = "v${version}"; 27 - hash = "sha256-yvKdhQdbY0+jEc8TEHNNgtdnqE0abnd4MN/JZFQwQ2E="; 27 + hash = "sha256-ObzaKWrN+9+MUpSOlqbW16KKTklMVo5nPRHodk+GEPs="; 28 28 }; 29 29 30 30 build-system = [ ··· 49 49 meta = { 50 50 description = "Instrument FastAPI with Prometheus metrics"; 51 51 homepage = "https://github.com/trallnag/prometheus-fastapi-instrumentator"; 52 - changelog = "https://github.com/trallnag/prometheus-fastapi-instrumentator/blob/${src.rev}/CHANGELOG.md"; 52 + changelog = "https://github.com/trallnag/prometheus-fastapi-instrumentator/blob/${src.tag}/CHANGELOG.md"; 53 53 license = with lib.licenses; [ 54 54 isc 55 55 bsd3