Unverified Commit 15b8d145 authored by figsoda's avatar figsoda Committed by GitHub
Browse files

Merge pull request #208544 from figsoda/star-history

star-history: 1.0.7 -> 1.0.8
parents a5370ff7 1b17afc8
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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 ];