From d8087fcd73af9521f8063c65966383256fbfee8a Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Sun, 19 Jan 2025 21:16:30 +0100 Subject: [PATCH] python3Packages.minio: 7.2.14 -> 7.2.15 https://github.com/minio/minio-py/releases/tag/7.2.15 --- pkgs/development/python-modules/minio/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/minio/default.nix b/pkgs/development/python-modules/minio/default.nix index 643239ac5a18..e9e4fbcbf5db 100644 --- a/pkgs/development/python-modules/minio/default.nix +++ b/pkgs/development/python-modules/minio/default.nix @@ -65,7 +65,7 @@ buildPythonPackage rec { meta = with lib; { description = "Simple APIs to access any Amazon S3 compatible object storage server"; homepage = "https://github.com/minio/minio-py"; - changelog = "https://github.com/minio/minio-py/releases/tag/${version}"; + changelog = "https://github.com/minio/minio-py/releases/tag/${src.tag}"; maintainers = with maintainers; [ peterromfeldhk ]; license = licenses.asl20; };