From d88d9634f69b79f32f153faeed7360d75cd9f8b5 Mon Sep 17 00:00:00 2001 From: Alexander Heldt Date: Mon, 17 Jun 2024 16:31:17 +0200 Subject: [PATCH] pinwheel: Bump `graphite-cli` version --- hosts/pinwheel/modules/work/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/pinwheel/modules/work/default.nix b/hosts/pinwheel/modules/work/default.nix index a78748e..a37de3f 100644 --- a/hosts/pinwheel/modules/work/default.nix +++ b/hosts/pinwheel/modules/work/default.nix @@ -22,7 +22,7 @@ in (pkgs.jetbrains.plugins.addPlugins pkgs.jetbrains.idea-ultimate [ "ideavim" ]) (pkgs.google-cloud-sdk.withExtraComponents [ pkgs.google-cloud-sdk.components.gke-gcloud-auth-plugin ]) (pkgs.graphite-cli.overrideAttrs(_: { - version = "1.3.3"; + version = "1.3.7"; })) pkgs.xdg-utils # needed by graphite-cli ];