star-history: 1.0.21 -> 1.0.22

This commit is contained in:
R. Ryantm
2024-07-14 02:51:03 +00:00
parent bd24e293f2
commit 56dd089226
+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 ];