Merge pull request #208544 from figsoda/star-history

star-history: 1.0.7 -> 1.0.8
This commit is contained in:
figsoda 2023-01-01 17:36:40 -05:00 committed by GitHub
commit 15b8d1459f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,14 +9,14 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "star-history"; pname = "star-history";
version = "1.0.7"; version = "1.0.8";
src = fetchCrate { src = fetchCrate {
inherit pname version; inherit pname version;
sha256 = "sha256-Cn05HX4GbHTwMwWxP3x0EtDEFqmn93eA+g4AXFFNNgE="; sha256 = "sha256-ya2wUcO/2V/JHJ005p63j9Qu6oQehGYDhCYE7a5MBDA=";
}; };
cargoSha256 = "sha256-UnlTpuYoyvu3MK87zogwzmKhGJwIENws1Ak4VYnfTBI="; cargoSha256 = "sha256-zmgOQNaodZrl/rsYOpv6nTu/IDaQYQ94jeUg3LOvvuA=";
nativeBuildInputs = [ pkg-config ]; nativeBuildInputs = [ pkg-config ];