Merge pull request #246970 from figsoda/star

star-history: 1.0.12 -> 1.0.13
This commit is contained in:
Nick Cao 2023-08-03 19:25:08 -06:00 committed by GitHub
commit 809a14d9c4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,14 +9,14 @@
rustPlatform.buildRustPackage rec {
pname = "star-history";
version = "1.0.12";
version = "1.0.13";
src = fetchCrate {
inherit pname version;
sha256 = "sha256-znISDhxmAEw38TWAtA3xCZrplYs1pQ+DvfCucGDJZSU=";
sha256 = "sha256-WOdiBN/qyszAI4GNFB/RuZd9EV0uj9l5yUnryZ6cqSE=";
};
cargoSha256 = "sha256-GBms5Ha7agwG5u2U+perN8Uo5ihL4QFRZh2wxlV+Wxo=";
cargoSha256 = "sha256-sET5Gf4vLJAvgdslT+bov9vzCKuTKCEJ0/+JR2GfhmY=";
nativeBuildInputs = [ pkg-config ];