Merge pull request #223574 from figsoda/star-history

star-history: 1.0.10 -> 1.0.11
This commit is contained in:
Nick Cao 2023-03-29 09:28:39 +08:00 committed by GitHub
commit 626a6ffeee
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.10";
version = "1.0.11";
src = fetchCrate {
inherit pname version;
sha256 = "sha256-zDWfeyZTQ4yaBK3vuX6+Rb6/+DFOESMDTQ7Bg/XN06I=";
sha256 = "sha256-Cbhg0KLDi2GOEP9KwwExcoX5wE2kMM41biXLrlWLKvY=";
};
cargoSha256 = "sha256-epIqjmQStSHdpEH7YVnsHVz3tEIz3cdJY9O+lzg7b2Q=";
cargoSha256 = "sha256-RbTwJx8ueMAOl9cx6YxGEsjARxcZhJXHhyWWYPTdpI4=";
nativeBuildInputs = [ pkg-config ];