From 79f939c5c9d4d811b134e2ab704c33cf4acd6c8e Mon Sep 17 00:00:00 2001 From: Alexander Heldt Date: Thu, 29 Aug 2024 13:43:37 +0200 Subject: [PATCH] pinwheel: Update `graphite` --- 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 492ef30..5030cc1 100644 --- a/hosts/pinwheel/modules/work/default.nix +++ b/hosts/pinwheel/modules/work/default.nix @@ -18,7 +18,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.7"; + version = "1.4.3"; })) pkgs.xdg-utils # needed by graphite-cli