We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e6ce3df + cf9e1c9 commit 1a55cadCopy full SHA for 1a55cad
pkgs/by-name/fi/files-to-prompt/package.nix
@@ -7,14 +7,14 @@
7
8
python3Packages.buildPythonApplication rec {
9
pname = "files-to-prompt";
10
- version = "0.4";
+ version = "0.5";
11
pyproject = true;
12
13
src = fetchFromGitHub {
14
owner = "simonw";
15
repo = "files-to-prompt";
16
tag = version;
17
- hash = "sha256-gl3j0ok/hlFfIF3HhhzYrUZuNlAtU7y+Ej29sQv9tP4=";
+ hash = "sha256-nO4I9qgG83OnWw6/FWSqx0Du5d3s5dLBjtMQLstWPEY";
18
};
19
20
build-system = with python3Packages; [
0 commit comments