From 8a2a27954e83ce56591b6ca14224b4d7a69eff89 Mon Sep 17 00:00:00 2001 From: RGBCube Date: Thu, 1 May 2025 04:30:44 +0300 Subject: [PATCH] feat: update starship --- modules/common/nushell/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/common/nushell/default.nix b/modules/common/nushell/default.nix index b37c130..c36f193 100644 --- a/modules/common/nushell/default.nix +++ b/modules/common/nushell/default.nix @@ -49,13 +49,13 @@ in { src = self.fetchFromGitHub { owner = "poliorcetics"; repo = "starship"; - rev = "19926e1e0aa25eddf63f93ba270d60eef023338f"; - hash = "sha256-mi2O8JzXNLIF0/GuXVyf27JVV7d6zoskIjB29r5fPso="; + rev = "92aba18381994599850053ba667c25017566b8ee"; + hash = "sha256-FKDvkDcxUPDLcjFQzvqsGXeJUm0Dq8TcA4edf5OkdWo="; }; cargoDeps = self.rustPlatform.fetchCargoVendor { inherit (self.starship) src; - hash = "sha256-EvslXwa4xGrrWLTqJlj/+iviBibPY0lRKcErNpb1FFo="; + hash = "sha256-nH1iYjKw/GbYKadoymH3onWBbMzuMUaRCSTNWVE+A9E="; }; }); })];