libunwind: enable structuredAttrs, use tag

This commit is contained in:
Stefan Frijters
2026-08-04 20:36:44 +02:00
parent 2263ad1981
commit d3fd75eeda

View File

@@ -15,7 +15,7 @@ stdenv.mkDerivation (finalAttrs: {
src = fetchFromGitHub {
owner = "libunwind";
repo = "libunwind";
rev = "v${finalAttrs.version}";
tag = "v${finalAttrs.version}";
hash = "sha256-ed+FUPApDxNHxznXMhiTeNr8yRxRDSCyJJdIhouGNho=";
};
@@ -66,6 +66,8 @@ stdenv.mkDerivation (finalAttrs: {
versionCheck = true;
};
__structuredAttrs = true;
meta = {
homepage = "https://www.nongnu.org/libunwind";
description = "Portable and efficient API to determine the call-chain of a program";