Unverified Commit 41e98806 authored by figsoda's avatar figsoda Committed by GitHub
Browse files

Merge pull request #209388 from figsoda/star-history

star-history: 1.0.8 -> 1.0.9
parents ecaed7ca ddb5f5bf
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.8";
  version = "1.0.9";

  src = fetchCrate {
    inherit pname version;
    sha256 = "sha256-ya2wUcO/2V/JHJ005p63j9Qu6oQehGYDhCYE7a5MBDA=";
    sha256 = "sha256-el1+Ok8dRaBZMghSvE2xb5RvYq0AQfjeneWrb1so1/s=";
  };

  cargoSha256 = "sha256-zmgOQNaodZrl/rsYOpv6nTu/IDaQYQ94jeUg3LOvvuA=";
  cargoSha256 = "sha256-VHneYfHr+W1r/B22I3DKIC2XvT8ZjeZIGfTDkneXJss=";

  nativeBuildInputs = [ pkg-config ];