From 8af49f9fbd6031b9cff0ef4c237ca72e5e73f7f9 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Wed, 9 Aug 2023 21:54:20 +0200 Subject: [PATCH] python310Packages.rzpipe: adjust changelog entry --- pkgs/development/python-modules/rzpipe/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/rzpipe/default.nix b/pkgs/development/python-modules/rzpipe/default.nix index 3e831ef3e44e..d5a98e0c63bb 100644 --- a/pkgs/development/python-modules/rzpipe/default.nix +++ b/pkgs/development/python-modules/rzpipe/default.nix @@ -26,7 +26,7 @@ buildPythonPackage rec { meta = with lib; { description = "Python interface for rizin"; homepage = "https://rizin.re"; - changelog = "https://github.com/rizinorg/rizin/releases/tag/v0.6.0"; + changelog = "https://github.com/rizinorg/rizin/releases/tag/v${version}"; license = licenses.mit; maintainers = with maintainers; [ fab ]; };