libarchive: 3.4.3 -> 3.5.0

This commit is contained in:
R. RyanTM 2020-12-02 15:48:12 +00:00 committed by Jonathan Ringer
parent f545a43e25
commit e4b36a1f05

View File

@ -12,13 +12,13 @@ assert xarSupport -> libxml2 != null;
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "libarchive"; pname = "libarchive";
version = "3.4.3"; version = "3.5.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "libarchive"; owner = "libarchive";
repo = "libarchive"; repo = "libarchive";
rev = "v${version}"; rev = "v${version}";
sha256 = "1y0v03p6zyv6plr2p0pid1qfgmk8hd427spj8xa93mcdmq5yc3s0"; sha256 = "0dj01ayyac3q5a62rqxyskr4fjiq6iappd85zn3rx64xny5fl07d";
}; };
outputs = [ "out" "lib" "dev" ]; outputs = [ "out" "lib" "dev" ];