From ad5eaba3efea9469b96468924f06b61ef7c5019d Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Sun, 19 Jan 2025 21:19:10 +0100 Subject: [PATCH] python3Packages.webauthn: 2.4.0 -> 2.5.0 https://github.com/duo-labs/py_webauthn/blob/v2.5.0/CHANGELOG.md --- pkgs/development/python-modules/webauthn/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/webauthn/default.nix b/pkgs/development/python-modules/webauthn/default.nix index 6e08d70c787d..cd869ccff42c 100644 --- a/pkgs/development/python-modules/webauthn/default.nix +++ b/pkgs/development/python-modules/webauthn/default.nix @@ -41,7 +41,7 @@ buildPythonPackage rec { meta = with lib; { description = "Implementation of the WebAuthn API"; homepage = "https://github.com/duo-labs/py_webauthn"; - changelog = "https://github.com/duo-labs/py_webauthn/blob/v${version}/CHANGELOG.md"; + changelog = "https://github.com/duo-labs/py_webauthn/blob/${src.tag}/CHANGELOG.md"; license = licenses.bsd3; maintainers = [ ]; };