From 8a099ecda875326378ced659f4aaddc3d2bc38df Mon Sep 17 00:00:00 2001 From: figsoda Date: Sun, 3 Sep 2023 14:48:07 -0400 Subject: [PATCH] star-history: 1.0.13 -> 1.0.14 Diff: https://diff.rs/star-history/1.0.13/1.0.14 --- pkgs/tools/misc/star-history/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/tools/misc/star-history/default.nix b/pkgs/tools/misc/star-history/default.nix index 6c6ed54eec7e..a983834aa689 100644 --- a/pkgs/tools/misc/star-history/default.nix +++ b/pkgs/tools/misc/star-history/default.nix @@ -9,14 +9,14 @@ rustPlatform.buildRustPackage rec { pname = "star-history"; - version = "1.0.13"; + version = "1.0.14"; src = fetchCrate { inherit pname version; - sha256 = "sha256-WOdiBN/qyszAI4GNFB/RuZd9EV0uj9l5yUnryZ6cqSE="; + sha256 = "sha256-bdu0LLH6f5rLwzNw1wz0J9zEspYmAOlJYCWOdamWjyw="; }; - cargoSha256 = "sha256-sET5Gf4vLJAvgdslT+bov9vzCKuTKCEJ0/+JR2GfhmY="; + cargoSha256 = "sha256-Z7zq93Orx7Mb2b9oZxAIPn6qObzYPGOx4N86naUvqtg="; nativeBuildInputs = [ pkg-config ];