star-history: 1.0.5 -> 1.0.6

This commit is contained in:
figsoda 2022-12-17 15:05:29 -05:00
parent 88b247060b
commit dfd79a513b

View File

@ -9,14 +9,14 @@
rustPlatform.buildRustPackage rec {
pname = "star-history";
version = "1.0.5";
version = "1.0.6";
src = fetchCrate {
inherit pname version;
sha256 = "sha256-fmuCmyqw7wubMafkhqL1MltW6jZefgXdnudxdeBRSV4=";
sha256 = "sha256-NPlfgnLji261w/QedCkZ+IgfJMiG2aGjVfqJYpBPm6I=";
};
cargoSha256 = "sha256-+wHOBjBQyMuooDey4Py8xmgW3NNI8t8rCwA8A7D6L84=";
cargoSha256 = "sha256-NBegNCNjhI0XuvxeqiI1RD7nIM9MabhXxZBnSEZrsD4=";
nativeBuildInputs = [ pkg-config ];