📦 bump bugwarrior

This commit is contained in:
Ingolf Wagner 2024-09-05 09:29:48 +07:00
parent 7f27ccd07c
commit 5655847c08
Signed by: palo
GPG key ID: 76BF5F1928B9618B
2 changed files with 4 additions and 5 deletions

View file

@ -47,7 +47,6 @@ let
taskwarrior = pkgs.taskwarrior3;
in
{
@ -61,7 +60,7 @@ in
default = { };
};
config = {
config = mkIf config.gui.enable {
home.file.".config/bugwarrior/bugwarrior.toml".source =
(pkgs.formats.toml { }).generate "bugwarriorrc.toml"
config.bugwarrior.config;

View file

@ -19,12 +19,12 @@
packages.nsxiv = (pkgs.nsxiv.override { conf = builtins.readFile ./nsxiv/config.def.h; });
packages.bugwarrior = legacy_2311.python3Packages.bugwarrior.overrideAttrs (old: {
version = "develop";
version = "2024-08-27";
src = pkgs.fetchFromGitHub {
owner = "ralphbean";
repo = "bugwarrior";
rev = "6554e70c199cc766a2b5e4e4fe22e4e46d64bba1";
sha256 = "sha256-cKhL8FBH7wxCxXrybVRLfCHQTCxursFqtBDl3e1UUXs=";
rev = "25e99834ef79e0a8c7141943810e0aa5152d6710";
sha256 = "sha256-JPmFP6i/7Ji5LyrKT9WCngWqMyrM00rEXV8QVLwxx1A=";
};
propagatedBuildInputs = old.propagatedBuildInputs ++ [
legacy_2311.python3Packages.pydantic