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

star-history: 1.0.18 -> 1.0.19
This commit is contained in:
Nick Cao 2024-03-09 19:00:58 -05:00 committed by GitHub
commit 676c56d0c4
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.18";
version = "1.0.19";
src = fetchCrate {
inherit pname version;
sha256 = "sha256-PKQyGDSLFRf5eEUICdtDAkbzfljdj0HN40c7+V21wHI=";
sha256 = "sha256-sjVxYo5Sx6fmlLflg3y754jnFbnA5x/X5NINM3omPVY=";
};
cargoHash = "sha256-LriRO5XdcTqp+7quV11RwjNQgfzQsc5EV8GNwkuwz8s=";
cargoHash = "sha256-aeRAXUdpv94WW1E/bWvJnwHOxYn9bALXvTb5RVjcozQ=";
nativeBuildInputs = [ pkg-config ];