Merge pull request #299586 from r-ryantm/auto-update/star-history

star-history: 1.0.20 -> 1.0.21
This commit is contained in:
Nick Cao 2024-03-28 10:19:38 -04:00 committed by GitHub
commit 4155afb763
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -9,14 +9,14 @@
rustPlatform.buildRustPackage rec {
pname = "star-history";
version = "1.0.20";
version = "1.0.21";
src = fetchCrate {
inherit pname version;
sha256 = "sha256-1mAEDcg25v47zKSYbL0w6KX56ZIti6NcpnQKUyrtybg=";
sha256 = "sha256-jBeV5iZUKE70n/GTV+Bu9dy7B4pPmPhi5LHqw+YXJE0=";
};
cargoHash = "sha256-qkIHNFCGLtQ1uO0Y3vKR3zBtKj8Cq0ptgQcqeGvG5qs=";
cargoHash = "sha256-oHAHYNJZuD8j/VLmCwcLxv9FkfZdXnxI8cQsJ8sFmZA=";
nativeBuildInputs = [ pkg-config ];