libarchive: 3.8.8 -> 3.8.9

This commit is contained in:
R. Ryantm
2026-07-28 15:10:32 +00:00
parent e9eeadbc75
commit 778afcfd83

View File

@@ -32,13 +32,13 @@
assert xarSupport -> libxml2 != null;
stdenv.mkDerivation (finalAttrs: {
pname = "libarchive";
version = "3.8.8";
version = "3.8.9";
src = fetchFromGitHub {
owner = "libarchive";
repo = "libarchive";
rev = "v${finalAttrs.version}";
hash = "sha256-l8xh+z6lP7VnxMIf9tfoSByerjwN6Z4dE3JNA9zS3LM=";
hash = "sha256-/CoInUlOiFvR83mEeV3Tx+2SQGywWDQ4nY+NstE/cP4=";
};
outputs = [