From 0ebf33fe97de58157f1e9f4f71e9543bb09c769a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 16:29:06 -0400 Subject: [PATCH] chore: update lockfiles (#142) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * chore: update dev flake inputs Flake lock file updates: • Updated input 'home-manager': 'github:nix-community/home-manager/33a20182e3164f451b6a4ac2ecadcab5c2c36703' (2024-04-23) → 'github:nix-community/home-manager/0c5704eceefcb7bb238a958f532a86e3b59d76db' (2024-04-25) • Updated input 'nixpkgs': 'github:NixOS/nixpkgs/6143fc5eeb9c4f00163267708e26191d1e918932' (2024-04-21) → 'github:NixOS/nixpkgs/572af610f6151fd41c212f897c71f7056e3fb518' (2024-04-23) * Update foot: ee5549af72ab78520ac2aa1c671bf5c2d347c8ca → 64ca6fb7a3e1e6867d76d6c0763e0b2d83fc4f01 bat: b8134f01b0ac176f1cf2a7043a5abf5a1a29457b → d714cc1d358ea51bfc02550dabab693f70cccea0 * chore(home-manager): use new theme path for foot --------- Co-authored-by: github-actions[bot] Co-authored-by: seth --- _sources/generated.json | 16 ++++++++-------- _sources/generated.nix | 16 ++++++++-------- dev/flake.lock | 12 ++++++------ modules/home-manager/foot.nix | 2 +- 4 files changed, 23 insertions(+), 23 deletions(-) diff --git a/_sources/generated.json b/_sources/generated.json index 44c0748b..84ee8819 100644 --- a/_sources/generated.json +++ b/_sources/generated.json @@ -21,7 +21,7 @@ }, "bat": { "cargoLocks": null, - "date": "2024-04-09", + "date": "2024-04-25", "extract": null, "name": "bat", "passthru": null, @@ -33,11 +33,11 @@ "name": null, "owner": "catppuccin", "repo": "bat", - "rev": "b8134f01b0ac176f1cf2a7043a5abf5a1a29457b", - "sha256": "sha256-gzf0/Ltw8mGMsEFBTUuN33MSFtUP4xhdxfoZFntaycQ=", + "rev": "d714cc1d358ea51bfc02550dabab693f70cccea0", + "sha256": "sha256-Q5B4NDrfCIK3UAMs94vdXnR42k4AXCqZz6sRn8bzmf4=", "type": "github" }, - "version": "b8134f01b0ac176f1cf2a7043a5abf5a1a29457b" + "version": "d714cc1d358ea51bfc02550dabab693f70cccea0" }, "bottom": { "cargoLocks": null, @@ -181,7 +181,7 @@ }, "foot": { "cargoLocks": null, - "date": "2024-01-18", + "date": "2024-04-25", "extract": null, "name": "foot", "passthru": null, @@ -193,11 +193,11 @@ "name": null, "owner": "catppuccin", "repo": "foot", - "rev": "ee5549af72ab78520ac2aa1c671bf5c2d347c8ca", - "sha256": "sha256-3hK9klXwdHhprG2wUMt7nBfbL1mb/gl+k/MtJUuY000=", + "rev": "64ca6fb7a3e1e6867d76d6c0763e0b2d83fc4f01", + "sha256": "sha256-Sg9R8EKYwK1RYWpeuCYraTk+BoyubHTIUk7IeMLuCw8=", "type": "github" }, - "version": "ee5549af72ab78520ac2aa1c671bf5c2d347c8ca" + "version": "64ca6fb7a3e1e6867d76d6c0763e0b2d83fc4f01" }, "gh-dash": { "cargoLocks": null, diff --git a/_sources/generated.nix b/_sources/generated.nix index 047bc2f7..97b43044 100644 --- a/_sources/generated.nix +++ b/_sources/generated.nix @@ -15,15 +15,15 @@ }; bat = { pname = "bat"; - version = "b8134f01b0ac176f1cf2a7043a5abf5a1a29457b"; + version = "d714cc1d358ea51bfc02550dabab693f70cccea0"; src = fetchFromGitHub { owner = "catppuccin"; repo = "bat"; - rev = "b8134f01b0ac176f1cf2a7043a5abf5a1a29457b"; + rev = "d714cc1d358ea51bfc02550dabab693f70cccea0"; fetchSubmodules = false; - sha256 = "sha256-gzf0/Ltw8mGMsEFBTUuN33MSFtUP4xhdxfoZFntaycQ="; + sha256 = "sha256-Q5B4NDrfCIK3UAMs94vdXnR42k4AXCqZz6sRn8bzmf4="; }; - date = "2024-04-09"; + date = "2024-04-25"; }; bottom = { pname = "bottom"; @@ -111,15 +111,15 @@ }; foot = { pname = "foot"; - version = "ee5549af72ab78520ac2aa1c671bf5c2d347c8ca"; + version = "64ca6fb7a3e1e6867d76d6c0763e0b2d83fc4f01"; src = fetchFromGitHub { owner = "catppuccin"; repo = "foot"; - rev = "ee5549af72ab78520ac2aa1c671bf5c2d347c8ca"; + rev = "64ca6fb7a3e1e6867d76d6c0763e0b2d83fc4f01"; fetchSubmodules = false; - sha256 = "sha256-3hK9klXwdHhprG2wUMt7nBfbL1mb/gl+k/MtJUuY000="; + sha256 = "sha256-Sg9R8EKYwK1RYWpeuCYraTk+BoyubHTIUk7IeMLuCw8="; }; - date = "2024-01-18"; + date = "2024-04-25"; }; gh-dash = { pname = "gh-dash"; diff --git a/dev/flake.lock b/dev/flake.lock index 9d408d08..239a24b5 100644 --- a/dev/flake.lock +++ b/dev/flake.lock @@ -7,11 +7,11 @@ ] }, "locked": { - "lastModified": 1713894582, - "narHash": "sha256-pHJYZIVFmzPAwyTfcMGJwlfz18nOsS4p0CuDnI1EDL4=", + "lastModified": 1714042918, + "narHash": "sha256-4AItZA3EQIiSNAxliuYEJumw/LaVfrMv84gYyrs0r3U=", "owner": "nix-community", "repo": "home-manager", - "rev": "33a20182e3164f451b6a4ac2ecadcab5c2c36703", + "rev": "0c5704eceefcb7bb238a958f532a86e3b59d76db", "type": "github" }, "original": { @@ -22,11 +22,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1713714899, - "narHash": "sha256-+z/XjO3QJs5rLE5UOf015gdVauVRQd2vZtsFkaXBq2Y=", + "lastModified": 1713895582, + "narHash": "sha256-cfh1hi+6muQMbi9acOlju3V1gl8BEaZBXBR9jQfQi4U=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "6143fc5eeb9c4f00163267708e26191d1e918932", + "rev": "572af610f6151fd41c212f897c71f7056e3fb518", "type": "github" }, "original": { diff --git a/modules/home-manager/foot.nix b/modules/home-manager/foot.nix index 9b631780..ca1ce0a4 100644 --- a/modules/home-manager/foot.nix +++ b/modules/home-manager/foot.nix @@ -6,7 +6,7 @@ let cfg = config.programs.foot.catppuccin; enable = cfg.enable && config.programs.foot.enable; - theme = lib.ctp.fromINI (sources.foot + /catppuccin-${cfg.flavour}.ini); + theme = lib.ctp.fromINI (sources.foot + "/themes/catppuccin-${cfg.flavour}.ini"); in { options.programs.foot.catppuccin = lib.ctp.mkCatppuccinOpt "foot";