rust-addr2line: 0.25.0 -> 0.26.0

This commit is contained in:
Florian Klink
2026-03-06 15:24:19 +02:00
parent c41581647a
commit 3092d4aa48
+3 -3
View File
@@ -8,18 +8,18 @@
rustPlatform.buildRustPackage rec {
pname = "rust-addr2line";
version = "0.25.0";
version = "0.26.0";
src = fetchFromGitHub {
owner = "gimli-rs";
repo = "addr2line";
tag = version;
hash = "sha256-1kjFrDHfvGdU5FfSaLE+EFN83XjF0iSpydwsucjV7NQ=";
hash = "sha256-+GrX5/AgKlU0rNIKkt4XAQFab6G6F4DN4Qkol8Jd5DQ=";
};
cargoBuildFlags = "--bin addr2line --features bin";
cargoHash = "sha256-IJ+hZ36QL5Awq4vI+ajTTHwbRU4paG+bnB/TZU9bCCk=";
cargoHash = "sha256-aC69kyyMNwifIsjRPCgKxqguKtU7zSN8Mn9tChXykNo=";
doInstallCheck = true;
nativeInstallCheckInputs = [ versionCheckHook ];