libarchive: 3.7.7 -> 3.7.8

This commit is contained in:
R. Ryantm
2025-03-20 14:43:24 +00:00
parent 01fd8b0355
commit 6f09460c75
+2 -2
View File
@@ -33,13 +33,13 @@
assert xarSupport -> libxml2 != null;
stdenv.mkDerivation (finalAttrs: {
pname = "libarchive";
version = "3.7.7";
version = "3.7.8";
src = fetchFromGitHub {
owner = "libarchive";
repo = "libarchive";
rev = "v${finalAttrs.version}";
hash = "sha256-maV2+Whi4aDG1VLAYpOTxluO9I0zNiZ8fA3w7epGlDg=";
hash = "sha256-fjE3b9rDHf1Xubpm9guvX6I8a2loYsGHj3epLceueUw=";
};
patches = [