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

star-history: 1.0.21 -> 1.0.22
This commit is contained in:
Nick Cao
2024-07-14 10:48:28 -04:00
committed by GitHub
+3 -3
View File
@@ -9,14 +9,14 @@
rustPlatform.buildRustPackage rec {
pname = "star-history";
version = "1.0.21";
version = "1.0.22";
src = fetchCrate {
inherit pname version;
sha256 = "sha256-jBeV5iZUKE70n/GTV+Bu9dy7B4pPmPhi5LHqw+YXJE0=";
sha256 = "sha256-Ymocx843DVxvtTHBS3PdyYDLgYJJtUMpmdOnOmFKJZE=";
};
cargoHash = "sha256-oHAHYNJZuD8j/VLmCwcLxv9FkfZdXnxI8cQsJ8sFmZA=";
cargoHash = "sha256-xDO+Qdg8gDj0Eny7QtaRiAxwdXycOsInf5L1YZKv++g=";
nativeBuildInputs = [ pkg-config ];