dooit: pin to python 3.11

Dependency is pinned below 3.12 need to as well
This commit is contained in:
Austin Horstman 2024-07-27 16:48:28 -05:00
parent 933c387410
commit c32bbdcde9
No known key found for this signature in database

View File

@ -1,11 +1,13 @@
{ lib
, fetchFromGitHub
, dooit
, python3
, testers
, nix-update-script
python311,
}:
let
python3 = python311;
in
python3.pkgs.buildPythonApplication rec {
pname = "dooit";
version = "2.2.0";