From cfdae9d449b80221c2ec7cf1015733ba8dac4dd1 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sat, 22 Feb 2025 23:11:34 +0000 Subject: [PATCH] files-to-prompt: 0.5 -> 0.6 --- pkgs/by-name/fi/files-to-prompt/package.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/fi/files-to-prompt/package.nix b/pkgs/by-name/fi/files-to-prompt/package.nix index 94575de68344..cf7a42893233 100644 --- a/pkgs/by-name/fi/files-to-prompt/package.nix +++ b/pkgs/by-name/fi/files-to-prompt/package.nix @@ -7,14 +7,14 @@ python3Packages.buildPythonApplication rec { pname = "files-to-prompt"; - version = "0.5"; + version = "0.6"; pyproject = true; src = fetchFromGitHub { owner = "simonw"; repo = "files-to-prompt"; tag = version; - hash = "sha256-nO4I9qgG83OnWw6/FWSqx0Du5d3s5dLBjtMQLstWPEY"; + hash = "sha256-LWp/DNP3bsh7/goQGkpi4x2N11tRuhLVh2J8H6AUH0w="; }; build-system = with python3Packages; [ @@ -35,7 +35,7 @@ python3Packages.buildPythonApplication rec { meta = { description = "Concatenate a directory full of files into a single prompt for use with LLMs"; homepage = "https://github.com/simonw/files-to-prompt/"; - changelog = "https://github.com/simonw/files-to-prompt/releases/tag/${version}"; + changelog = "https://github.com/simonw/files-to-prompt/releases/tag/${src.tag}"; license = lib.licenses.asl20; maintainers = with lib.maintainers; [ erethon ]; mainProgram = "files-to-prompt";