star-history: 1.0.26 -> 1.0.27 (#386908)

This commit is contained in:
Pol Dellaiera
2025-03-04 22:02:39 +01:00
committed by GitHub
+3 -3
View File
@@ -10,15 +10,15 @@
rustPlatform.buildRustPackage rec {
pname = "star-history";
version = "1.0.26";
version = "1.0.27";
src = fetchCrate {
inherit pname version;
hash = "sha256-qwpUV+amv/n/lRcFYf/TgXoj3aHdg3kZJigEeA0fKBg=";
hash = "sha256-IpMhCI6XS6h7kHaohCdS0YAUUR6PeC9mbMRCiS3p29c=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-Lzuzb0d1p5JGrz1cp+GuB7uoCIV+xJLNs6N22Gd8Nbs=";
cargoHash = "sha256-bu7YUwrLKHdDL+rxw++8mrWH2hBhEF4jNqZls/9F+aM=";
nativeBuildInputs = [ pkg-config ];