catcli: 0.9.6 -> 1.0

This commit is contained in:
Nadir Ishiguro
2025-03-05 13:33:55 +01:00
parent 5083a4ae52
commit 39a5f8d724
+4 -2
View File
@@ -6,14 +6,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "catcli";
version = "0.9.6";
version = "1.0";
format = "setuptools";
src = fetchFromGitHub {
owner = "deadc0de6";
repo = pname;
tag = "v${version}";
hash = "sha256-+/kd7oPT6msojPj25bzG9HwVqPj47gIUg9LngbDc3y8=";
hash = "sha256-dAt9NysH3q5YC+vO9XTnapBxFZmC4vWwJ8SxT9CzCQE=";
};
postPatch = "patchShebangs . ";
@@ -24,6 +24,8 @@ python3.pkgs.buildPythonApplication rec {
fusepy
pyfzf
types-docopt
cmd2
natsort
];
nativeCheckInputs = with python3.pkgs; [