libarchive: 3.6.1 -> 3.6.2

This commit is contained in:
R. Ryantm
2022-12-13 20:17:53 +00:00
parent 16875b3e7b
commit 047b582135
@@ -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 = ''