3
0
Fork 0
forked from mirrors/nixpkgs

star-history: 1.0.10 -> 1.0.11

This commit is contained in:
figsoda 2023-03-28 09:34:37 -04:00
parent f4b70e0048
commit e4446be7ae

View file

@ -9,14 +9,14 @@
rustPlatform.buildRustPackage rec {
pname = "star-history";
version = "1.0.10";
version = "1.0.11";
src = fetchCrate {
inherit pname version;
sha256 = "sha256-zDWfeyZTQ4yaBK3vuX6+Rb6/+DFOESMDTQ7Bg/XN06I=";
sha256 = "sha256-Cbhg0KLDi2GOEP9KwwExcoX5wE2kMM41biXLrlWLKvY=";
};
cargoSha256 = "sha256-epIqjmQStSHdpEH7YVnsHVz3tEIz3cdJY9O+lzg7b2Q=";
cargoSha256 = "sha256-RbTwJx8ueMAOl9cx6YxGEsjARxcZhJXHhyWWYPTdpI4=";
nativeBuildInputs = [ pkg-config ];