📦 update bugwarrior package
This commit is contained in:
parent
7402e5ad5e
commit
9aa5e1ef09
1 changed files with 6 additions and 6 deletions
|
@ -18,8 +18,8 @@
|
||||||
# ---------
|
# ---------
|
||||||
packages.nsxiv = (pkgs.nsxiv.override { conf = builtins.readFile ./nsxiv/config.def.h; });
|
packages.nsxiv = (pkgs.nsxiv.override { conf = builtins.readFile ./nsxiv/config.def.h; });
|
||||||
|
|
||||||
packages.bugwarrior = legacy_2311.python3Packages.bugwarrior.overrideAttrs (old: {
|
packages.bugwarrior = python311Packages.bugwarrior.overrideAttrs (old: {
|
||||||
version = "2024-08-27";
|
version = "2024-08-27-r1";
|
||||||
src = pkgs.fetchFromGitHub {
|
src = pkgs.fetchFromGitHub {
|
||||||
owner = "ralphbean";
|
owner = "ralphbean";
|
||||||
repo = "bugwarrior";
|
repo = "bugwarrior";
|
||||||
|
@ -27,10 +27,10 @@
|
||||||
sha256 = "sha256-JPmFP6i/7Ji5LyrKT9WCngWqMyrM00rEXV8QVLwxx1A=";
|
sha256 = "sha256-JPmFP6i/7Ji5LyrKT9WCngWqMyrM00rEXV8QVLwxx1A=";
|
||||||
};
|
};
|
||||||
propagatedBuildInputs = old.propagatedBuildInputs ++ [
|
propagatedBuildInputs = old.propagatedBuildInputs ++ [
|
||||||
legacy_2311.python3Packages.pydantic
|
python311Packages.pydantic_1
|
||||||
legacy_2311.python3Packages.tomli
|
python311Packages.tomli
|
||||||
legacy_2311.python3Packages.email-validator
|
python311Packages.email-validator
|
||||||
legacy_2311.python3Packages.packaging
|
python311Packages.packaging
|
||||||
];
|
];
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue