about summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2024-03-28 10:19:38 -0400
committerGitHub <noreply@github.com>2024-03-28 10:19:38 -0400
commit4155afb763e30cf3d43657a82e11a36ccacaf701 (patch)
treee282fec831e777b4131a3d45693d8dd3e449c5b0 /pkgs/tools
parent8814d4a14aae696e4633654bb25a76d456cd1398 (diff)
parent53d00b15ce0cc5abcfb8769bb696febd50fe7321 (diff)
Merge pull request #299586 from r-ryantm/auto-update/star-history
star-history: 1.0.20 -> 1.0.21
Diffstat (limited to 'pkgs/tools')
-rw-r--r--pkgs/tools/misc/star-history/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/misc/star-history/default.nix b/pkgs/tools/misc/star-history/default.nix
index 5c98e8a94419e..0588301a521ef 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.20";
+  version = "1.0.21";
 
   src = fetchCrate {
     inherit pname version;
-    sha256 = "sha256-1mAEDcg25v47zKSYbL0w6KX56ZIti6NcpnQKUyrtybg=";
+    sha256 = "sha256-jBeV5iZUKE70n/GTV+Bu9dy7B4pPmPhi5LHqw+YXJE0=";
   };
 
-  cargoHash = "sha256-qkIHNFCGLtQ1uO0Y3vKR3zBtKj8Cq0ptgQcqeGvG5qs=";
+  cargoHash = "sha256-oHAHYNJZuD8j/VLmCwcLxv9FkfZdXnxI8cQsJ8sFmZA=";
 
   nativeBuildInputs = [ pkg-config ];