slint-tr-extractor: 1.15.0 -> 1.15.1 (#491316)

This commit is contained in:
nixpkgs-ci[bot]
2026-02-17 08:25:23 +00:00
committed by GitHub
@@ -7,13 +7,13 @@
}:
rustPlatform.buildRustPackage (finalAttrs: {
pname = "slint-tr-extractor";
version = "1.15.0";
version = "1.15.1";
src = fetchCrate {
inherit (finalAttrs) pname version;
hash = "sha256-lxXJc1jDwqZTiA9wZ9i9nGwxRGvZ87s5jlHPJBdHle8=";
hash = "sha256-xpsoW/GgjlG0Jitj7aXv1dUxLm8f4OuPWWlOqxNIvQo=";
};
cargoHash = "sha256-MY9qX8FnenCahBQgMLn7dcefqao2jDixScFXzf72NAk=";
cargoHash = "sha256-XPUbSzdttHuV4s0UufrUbCjnGv/pESF+2/Qb5dvHYyM=";
doInstallCheck = true;
nativeInstallCheckInputs = [ versionCheckHook ];