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

star-history: 1.0.19 -> 1.0.20
This commit is contained in:
Nick Cao 2024-03-22 11:32:09 -04:00 committed by GitHub
commit 9e8cbda5bc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,14 +9,14 @@
rustPlatform.buildRustPackage rec {
pname = "star-history";
version = "1.0.19";
version = "1.0.20";
src = fetchCrate {
inherit pname version;
sha256 = "sha256-sjVxYo5Sx6fmlLflg3y754jnFbnA5x/X5NINM3omPVY=";
sha256 = "sha256-1mAEDcg25v47zKSYbL0w6KX56ZIti6NcpnQKUyrtybg=";
};
cargoHash = "sha256-aeRAXUdpv94WW1E/bWvJnwHOxYn9bALXvTb5RVjcozQ=";
cargoHash = "sha256-qkIHNFCGLtQ1uO0Y3vKR3zBtKj8Cq0ptgQcqeGvG5qs=";
nativeBuildInputs = [ pkg-config ];