Merge pull request #205960 from r-ryantm/auto-update/libarchive

libarchive: 3.6.1 -> 3.6.2
This commit is contained in:
Jörg Thalheim 2022-12-14 22:06:25 +00:00 committed by GitHub
commit 1106e35aff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,13 +28,13 @@ assert xarSupport -> libxml2 != null;
stdenv.mkDerivation rec {
pname = "libarchive";
version = "3.6.1";
version = "3.6.2";
src = fetchFromGitHub {
owner = "libarchive";
repo = "libarchive";
rev = "v${version}";
hash = "sha256-G4wL5DDbX0FqaA4cnOlVLZ25ObN8dNsRtxyas29tpDA=";
hash = "sha256-wQbA6vlXH8pnpY7LJLkjrRFEBpcaPR1SqxnK71UVwxg=";
};
postPatch = ''