libarchive: 3.8.1 -> 3.8.2

The removed patches both have had their relevant changes merged by
upstream.

Changes: https://github.com/libarchive/libarchive/releases/tag/v3.8.2
Signed-off-by: Samuel Dionne-Riel <samuel.dionne-riel@cyberus-technology.de>
(cherry picked from commit 6d08a85d42)
This commit is contained in:
Samuel Dionne-Riel
2025-10-16 09:55:29 -04:00
parent ccabfb6bc5
commit f1ca25ecdd

View File

@@ -32,13 +32,13 @@
assert xarSupport -> libxml2 != null;
stdenv.mkDerivation (finalAttrs: {
pname = "libarchive";
version = "3.8.1";
version = "3.8.2";
src = fetchFromGitHub {
owner = "libarchive";
repo = "libarchive";
rev = "v${finalAttrs.version}";
hash = "sha256-KN5SvQ+/g/OOa+hntMX3D8p5IEWO0smke5WK+DwrOH0=";
hash = "sha256-s7duwuNFyYq8obTS3qc6JewJ9f8LJhItlEx8wxnMgwk=";
};
outputs = [