From 4c4536268aa0129ef13aaa553c265451613addcb Mon Sep 17 00:00:00 2001 From: oddlama Date: Fri, 5 Jan 2024 17:36:11 +0100 Subject: [PATCH] fix: update starship hashes --- users/modules/config/shell/starship.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/users/modules/config/shell/starship.nix b/users/modules/config/shell/starship.nix index 1fd238a..412f40b 100644 --- a/users/modules/config/shell/starship.nix +++ b/users/modules/config/shell/starship.nix @@ -13,14 +13,14 @@ owner = "oddlama"; repo = "starship"; rev = "feat-more-dynamic-username-and-hostname"; - hash = "sha256-br1fpQPgclJcsm4INBZ+vk4/PtpnUCkWMHll0rjdGmQ="; + hash = "sha256-OFuTiIflGTpB8dRn1hj31/TyDAp8ZXX9CrznN3R1nU0="; }; in pkgs.starship.overrideAttrs (_finalAttrs: previousAttrs: { inherit src; cargoDeps = previousAttrs.cargoDeps.overrideAttrs (_: { inherit src; - outputHash = "sha256-L4N55ghbPsBrESRK0vHGDSDytFCnib7ghoMKnWFIZvw="; + outputHash = "sha256-oPjmUknQ9Z+0qxphOMuf2Zkg8ou0cbkKSl04IfQNxz8="; }); }); settings = {