about summary refs log tree commit diff
path: root/pkgs/tools/misc/star-history
diff options
context:
space:
mode:
authorfigsoda <figsoda@pm.me>2022-12-17 15:05:29 -0500
committerfigsoda <figsoda@pm.me>2022-12-17 15:05:29 -0500
commitdfd79a513be31733a7082af89246e4bba08fbd9b (patch)
treea625730adb3a226191821f00b7df46fd1efbb984 /pkgs/tools/misc/star-history
parent88b247060b10b9935e25063fa033859446701c3a (diff)
star-history: 1.0.5 -> 1.0.6
Diffstat (limited to 'pkgs/tools/misc/star-history')
-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 7ab75b1bcb8ea..76cd06d46c61d 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.5";
+  version = "1.0.6";
 
   src = fetchCrate {
     inherit pname version;
-    sha256 = "sha256-fmuCmyqw7wubMafkhqL1MltW6jZefgXdnudxdeBRSV4=";
+    sha256 = "sha256-NPlfgnLji261w/QedCkZ+IgfJMiG2aGjVfqJYpBPm6I=";
   };
 
-  cargoSha256 = "sha256-+wHOBjBQyMuooDey4Py8xmgW3NNI8t8rCwA8A7D6L84=";
+  cargoSha256 = "sha256-NBegNCNjhI0XuvxeqiI1RD7nIM9MabhXxZBnSEZrsD4=";
 
   nativeBuildInputs = [ pkg-config ];