libarchive: 3.5.2 -> 3.6.0

This commit is contained in:
R. Ryantm 2022-02-12 07:04:57 +00:00 committed by Jonathan Ringer
parent db629045cd
commit 240ceaddb9

View File

@ -12,13 +12,13 @@ assert xarSupport -> libxml2 != null;
stdenv.mkDerivation rec {
pname = "libarchive";
version = "3.5.2";
version = "3.6.0";
src = fetchFromGitHub {
owner = "libarchive";
repo = "libarchive";
rev = "v${version}";
sha256 = "sha256-H00UJ+ON1kBc19BgWBBKmO8f23oAg2mk7o9hhDhn50Q=";
sha256 = "sha256-u6Zeu9yTjhx5U7KZVUkuuUsQPjWN71mE5egG4T+FGfY=";
};
outputs = [ "out" "lib" "dev" ];