mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-26 02:05:02 +00:00
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:
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user