about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorYana Luna-Terra <yana@riseup.net>2022-12-31 08:07:25 -0300
committerGitHub <noreply@github.com>2022-12-31 08:07:25 -0300
commit180a5d76c60c2782ed73a37b15c2bc8751e15292 (patch)
tree50f63abb9b5e2ca7082018e3191987380ef94eb2 /pkgs
parent47bc8537e289d4010b272eaf0611ce065c52265a (diff)
parentcdc96736692642733febb476330b04f81e8b1edb (diff)
Merge pull request #208453 from figsoda/star-history
star-history: 1.0.6 -> 1.0.7
Diffstat (limited to 'pkgs')
-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 76cd06d46c61d..b10ce6a38ceca 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.6";
+  version = "1.0.7";
 
   src = fetchCrate {
     inherit pname version;
-    sha256 = "sha256-NPlfgnLji261w/QedCkZ+IgfJMiG2aGjVfqJYpBPm6I=";
+    sha256 = "sha256-Cn05HX4GbHTwMwWxP3x0EtDEFqmn93eA+g4AXFFNNgE=";
   };
 
-  cargoSha256 = "sha256-NBegNCNjhI0XuvxeqiI1RD7nIM9MabhXxZBnSEZrsD4=";
+  cargoSha256 = "sha256-UnlTpuYoyvu3MK87zogwzmKhGJwIENws1Ak4VYnfTBI=";
 
   nativeBuildInputs = [ pkg-config ];