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-31 15:57:54 -0500
committerfigsoda <figsoda@pm.me>2022-12-31 15:57:54 -0500
commit1b17afc853d46a9868653110a75591d2e24a0445 (patch)
treecc2ed6ba7ea8b5e387da272db2564dc7199b5e44 /pkgs/tools/misc/star-history
parenta40405b9710589953eef164d6add44702e77fb95 (diff)
star-history: 1.0.7 -> 1.0.8
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 b10ce6a38ceca..984adf51f5d25 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.7";
+  version = "1.0.8";
 
   src = fetchCrate {
     inherit pname version;
-    sha256 = "sha256-Cn05HX4GbHTwMwWxP3x0EtDEFqmn93eA+g4AXFFNNgE=";
+    sha256 = "sha256-ya2wUcO/2V/JHJ005p63j9Qu6oQehGYDhCYE7a5MBDA=";
   };
 
-  cargoSha256 = "sha256-UnlTpuYoyvu3MK87zogwzmKhGJwIENws1Ak4VYnfTBI=";
+  cargoSha256 = "sha256-zmgOQNaodZrl/rsYOpv6nTu/IDaQYQ94jeUg3LOvvuA=";
 
   nativeBuildInputs = [ pkg-config ];