voxtype: 0.6.3 -> 0.6.5 (#501513)

This commit is contained in:
nixpkgs-ci[bot]
2026-04-07 06:08:42 +00:00
committed by GitHub
+3 -3
View File
@@ -51,16 +51,16 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "voxtype";
version = "0.6.3";
version = "0.6.5";
src = fetchFromGitHub {
owner = "peteonrails";
repo = "voxtype";
tag = "v${finalAttrs.version}";
hash = "sha256-2YYHwiTJVD8kDccMvZe0wsKfWw+C2B0qSDAqT3ze8Mg=";
hash = "sha256-gY5gP+F3SbCZsG/jaOHnEu291q6akg1M5c4BebRSpvI=";
};
cargoHash = "sha256-l0GibrwJfDfJmoPFggeTJbDyW2Bg3XLzG7eX3BbHVUs=";
cargoHash = "sha256-X6TYlmHjLvsUYlxz4WbzHptKyQZHIBt8u1lLqrS/nz0=";
buildFeatures =
[ ]