Merge pull request #297049 from LeSuisse/libdwarf-0.9.1

libdwarf: 0.9.0 -> 0.9.2
This commit is contained in:
Robert Scott 2024-04-13 19:04:51 +01:00 committed by GitHub
commit 31fa1dd312
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,9 +4,9 @@
}:
callPackage ./common.nix rec {
version = "0.9.0";
version = "0.9.2";
url = "https://www.prevanders.net/libdwarf-${version}.tar.xz";
hash = "sha512-KC2Q38nacE62SkuhFB8q5mD+6xS78acjdzhmmOMSSSi0SmkU2OiOYUGrCINc5yOtCQqFOtV9vLQ527pXJV+1iQ==";
hash = "sha512-9QK22kuW1ZYtoRl8SuUiv9soWElsSvGYEJ2ETgAhMYyypevJyM+fwuRDmZfKlUXGUMpPKPDZbLZrBcm4m5jy+A==";
buildInputs = [ zlib zstd ];
knownVulnerabilities = [];
}