3
0
Fork 0
forked from mirrors/nixpkgs

star-history: 1.0.15 -> 1.0.16

This commit is contained in:
R. Ryantm 2023-12-23 12:57:00 +00:00
parent 473d7ae9b5
commit 297f945b8e

View file

@ -9,14 +9,14 @@
rustPlatform.buildRustPackage rec {
pname = "star-history";
version = "1.0.15";
version = "1.0.16";
src = fetchCrate {
inherit pname version;
sha256 = "sha256-9/r01j/47rbgmXQy9qVOeY1E3LDMe9A/1SOB2l9zpJU=";
sha256 = "sha256-ChUZf8aohDOmNKPgn9+i0NNZ4rKJsXQPK6IMqWf0NQc=";
};
cargoSha256 = "sha256-kUpGBtgircX8/fACed4WO7rHTCah+3BFuQQV/A5pivg=";
cargoHash = "sha256-RsBWmEe4D+m3hxE1ryQ5aZb2uDax519qjQoIK7xStPw=";
nativeBuildInputs = [ pkg-config ];