dooit: 2.1.1 -> 2.2.0

This commit is contained in:
Austin Horstman 2024-01-25 12:37:33 -06:00
parent 854f467188
commit 419dceda00
No known key found for this signature in database

View file

@ -7,14 +7,14 @@
python3.pkgs.buildPythonApplication rec { python3.pkgs.buildPythonApplication rec {
pname = "dooit"; pname = "dooit";
version = "2.1.1"; version = "2.2.0";
pyproject = true; pyproject = true;
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "kraanzu"; owner = "kraanzu";
repo = "dooit"; repo = "dooit";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-YfWfh8oDZSG1DdAV+hzchqyNSSqyeNR5SSEa9B5yGY8="; hash = "sha256-GtXRzj+o+FClleh73kqelk0JrSyafZhf847lX1BiS9k=";
}; };
nativeBuildInputs = with python3.pkgs; [ nativeBuildInputs = with python3.pkgs; [