hexyl: 0.16.0 -> 0.17.0 (#491191)

This commit is contained in:
Sandro
2026-02-17 00:24:25 +00:00
committed by GitHub
+3 -3
View File
@@ -8,16 +8,16 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "hexyl";
version = "0.16.0";
version = "0.17.0";
src = fetchFromGitHub {
owner = "sharkdp";
repo = "hexyl";
tag = "v${finalAttrs.version}";
hash = "sha256-TmFvv+jzOSM8kKCxBbUoDsUjKRPTplhWheVfIjS5nsY=";
hash = "sha256-1FlFvVgv4SslHtwXvHIE5aUXlDsUK4YFBtIKgsv/eB0=";
};
cargoHash = "sha256-QjQoGtLF5BAxWFiLZZYCpwrYCdiVfvG/lAukCNZGsec=";
cargoHash = "sha256-/+0oRyA9gfucfBTdkN9Q5eUZOWNDIAOj634yAc7Hzn0=";
nativeInstallCheckInputs = [ versionCheckHook ];
doInstallCheck = true;