From d25023bdc029e2cba8a5643df7e57602bf7b702d Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sat, 25 Feb 2023 10:46:15 +0100 Subject: [PATCH] python310Packages.kbcstorage: add changelog to meta --- pkgs/development/python-modules/kbcstorage/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/kbcstorage/default.nix b/pkgs/development/python-modules/kbcstorage/default.nix index fa984230a96d..9fe883a6b50f 100644 --- a/pkgs/development/python-modules/kbcstorage/default.nix +++ b/pkgs/development/python-modules/kbcstorage/default.nix @@ -24,7 +24,7 @@ buildPythonPackage rec { owner = "keboola"; repo = pname; rev = "refs/tags/${version}"; - sha256 = "sha256-79v9quhzeNRXcm6Z7BhD76lTZtw+Z0T1yK3zhrdreXw="; + hash = "sha256-79v9quhzeNRXcm6Z7BhD76lTZtw+Z0T1yK3zhrdreXw="; }; SETUPTOOLS_SCM_PRETEND_VERSION = version; @@ -58,6 +58,7 @@ buildPythonPackage rec { meta = with lib; { description = "Keboola Connection Storage API client"; homepage = "https://github.com/keboola/sapi-python-client"; + changelog = "https://github.com/keboola/sapi-python-client/releases/tag/${version}"; maintainers = with maintainers; [ mrmebelman ]; license = licenses.mit; };