dooit: 2.0.2 -> 2.1.0

This commit is contained in:
Austin Horstman 2023-10-18 23:36:03 -05:00
parent 6da0ccfd1f
commit e55fb26e21
No known key found for this signature in database

View File

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