From 0ff708a9352958339f460429e5108b05bb86cc7e Mon Sep 17 00:00:00 2001 From: Jost Alemann Date: Tue, 30 Dec 2025 20:33:24 +0100 Subject: [PATCH] starship: 1.24.1 -> 1.24.2 Changelog: https://github.com/starship/starship/releases/tag/v1.24.2 Diff: https://github.com/starship/starship/compare/v1.24.1...v1.24.2 --- pkgs/by-name/st/starship/package.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/st/starship/package.nix b/pkgs/by-name/st/starship/package.nix index e03ae09a867d..354a0603aa1e 100644 --- a/pkgs/by-name/st/starship/package.nix +++ b/pkgs/by-name/st/starship/package.nix @@ -12,13 +12,13 @@ rustPlatform.buildRustPackage (finalAttrs: { pname = "starship"; - version = "1.24.1"; + version = "1.24.2"; src = fetchFromGitHub { owner = "starship"; repo = "starship"; tag = "v${finalAttrs.version}"; - hash = "sha256-yWG06l/Gu2/u4NNAyCYjxlmEKIsDAaxWGp6fmqXvNl8="; + hash = "sha256-QE0zsQa7JRSXbCBe9yGGGW2ZNo0kp+JD0/5jIyN0OIQ="; }; nativeBuildInputs = [ installShellFiles ]; @@ -44,7 +44,7 @@ rustPlatform.buildRustPackage (finalAttrs: { '' ); - cargoHash = "sha256-F7tzrMqF2xY8Ow+bAFbP0mQPomSe/oOHiQWHRHDmHio="; + cargoHash = "sha256-CYRm8wvKK7HIPI1yxTWLV/wpK++mHVT9BvDVX96VFr0="; nativeCheckInputs = [ gitMinimal