libarchive: 3.5.2 -> 3.5.3

This commit is contained in:
Robert Scott
2022-04-02 18:19:23 +01:00
parent e96c85fe03
commit 9beae175b5

View File

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