slint-tr-extractor: 1.16.1 -> 1.17.0 (#537921)

This commit is contained in:
nixpkgs-ci[bot]
2026-07-03 08:31:14 +00:00
committed by GitHub

View File

@@ -7,13 +7,13 @@
}:
rustPlatform.buildRustPackage (finalAttrs: {
pname = "slint-tr-extractor";
version = "1.16.1";
version = "1.17.0";
src = fetchCrate {
inherit (finalAttrs) pname version;
hash = "sha256-y3hsZ4a3tf2CDa6pkO928xZxeWAwsxK+H2LTa7MhcFs=";
hash = "sha256-sFqSO+sg9meKynCKx1hWHB691cEqF7ifUd/Q4q37vIA=";
};
cargoHash = "sha256-qmLELQ/PNMUW+XMsJGPK2CnqnLAhc3W4KqtizdxFGMM=";
cargoHash = "sha256-+eGziYcF8+wlIw3N4n55GZ5UcI+EyqOuJ9kyz+C7nkw=";
doInstallCheck = true;
nativeInstallCheckInputs = [ versionCheckHook ];