star-history: 1.0.9 -> 1.0.10

This commit is contained in:
figsoda 2023-01-12 13:04:33 -05:00
parent 0eca998567
commit 10199957af

View file

@ -9,14 +9,14 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "star-history"; pname = "star-history";
version = "1.0.9"; version = "1.0.10";
src = fetchCrate { src = fetchCrate {
inherit pname version; inherit pname version;
sha256 = "sha256-el1+Ok8dRaBZMghSvE2xb5RvYq0AQfjeneWrb1so1/s="; sha256 = "sha256-zDWfeyZTQ4yaBK3vuX6+Rb6/+DFOESMDTQ7Bg/XN06I=";
}; };
cargoSha256 = "sha256-VHneYfHr+W1r/B22I3DKIC2XvT8ZjeZIGfTDkneXJss="; cargoSha256 = "sha256-epIqjmQStSHdpEH7YVnsHVz3tEIz3cdJY9O+lzg7b2Q=";
nativeBuildInputs = [ pkg-config ]; nativeBuildInputs = [ pkg-config ];