mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 01:43:15 +00:00
dooit: pin to python 3.11
Dependency is pinned below 3.12 need to as well
This commit is contained in:
parent
933c387410
commit
c32bbdcde9
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user