From c91168d80a961cd677740fe6516d4cdca1809513 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Thu, 5 Jan 2023 21:52:35 +0100 Subject: [PATCH] python310Packages.fpyutils: add changelog to meta --- pkgs/development/python-modules/fpyutils/default.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/fpyutils/default.nix b/pkgs/development/python-modules/fpyutils/default.nix index d70c5cd28e17..bc36a5abec75 100644 --- a/pkgs/development/python-modules/fpyutils/default.nix +++ b/pkgs/development/python-modules/fpyutils/default.nix @@ -17,8 +17,8 @@ buildPythonPackage rec { src = fetchFromGitHub { owner = "frnmst"; repo = pname; - rev = version; - sha256 = "sha256-5dikfR648AhQUMX/hS0igIy9gnMyxUHddp1xaxNyYCo="; + rev = "refs/tags/${version}"; + hash = "sha256-5dikfR648AhQUMX/hS0igIy9gnMyxUHddp1xaxNyYCo="; }; propagatedBuildInputs = [ @@ -46,6 +46,7 @@ buildPythonPackage rec { meta = with lib; { description = "Collection of useful non-standard Python functions"; homepage = "https://github.com/frnmst/fpyutils"; + changelog = "https://blog.franco.net.eu.org/software/fpyutils-3.0.1/release.html"; license = with licenses; [ gpl3Plus ]; maintainers = with maintainers; [ fab ]; };