python310Packages.rzpipe: adjust changelog entry

This commit is contained in:
Fabian Affolter 2023-08-09 21:54:20 +02:00 committed by GitHub
parent 525544aa44
commit 8af49f9fbd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 ];
};