about summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-03-27 21:20:19 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-03-27 21:20:19 +0000
commit53d00b15ce0cc5abcfb8769bb696febd50fe7321 (patch)
tree4062ccfbe768f083a54c6ec7c5c3bfb6c537d6dc /pkgs/tools
parentd6411ed8c6ecaed2c17840551326952c75704689 (diff)
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 ];