3
0
Fork 0
forked from mirrors/nixpkgs

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 {
pname = "dooit";
version = "2.1.1";
version = "2.2.0";
pyproject = true;
src = fetchFromGitHub {
owner = "kraanzu";
repo = "dooit";
rev = "v${version}";
hash = "sha256-YfWfh8oDZSG1DdAV+hzchqyNSSqyeNR5SSEa9B5yGY8=";
hash = "sha256-GtXRzj+o+FClleh73kqelk0JrSyafZhf847lX1BiS9k=";
};
nativeBuildInputs = with python3.pkgs; [