dooit: 2.0.1 -> 2.0.2

This commit is contained in:
Austin Horstman 2023-10-18 22:55:28 -05:00
parent 31673ceb4d
commit 6da0ccfd1f
No known key found for this signature in database

View File

@ -7,14 +7,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "dooit";
version = "2.0.1";
version = "2.0.2";
format = "pyproject";
src = fetchFromGitHub {
owner = "kraanzu";
repo = "dooit";
rev = "v${version}";
hash = "sha256-iQAGD6zrBBd4fJONaB7to1OJpAJUO0zeA1xhVQZBkMc=";
hash = "sha256-9Cyt38/tg611t/uODQjVAS/Ea2tUWTBmDqJehUpZJmU=";
};
nativeBuildInputs = with python3.pkgs; [