libarchive: 3.7.6 -> 3.7.7 (#348637)

This commit is contained in:
Vladimír Čunát 2024-10-28 11:29:00 +01:00
commit 61f36051d4
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA

View File

@ -31,13 +31,13 @@
assert xarSupport -> libxml2 != null;
stdenv.mkDerivation (finalAttrs: {
pname = "libarchive";
version = "3.7.6";
version = "3.7.7";
src = fetchFromGitHub {
owner = "libarchive";
repo = "libarchive";
rev = "v${finalAttrs.version}";
hash = "sha256-smj8JV5irW/StUx/Zp62w5cnlKbF6GRIOSh8i4ocJ8s=";
hash = "sha256-maV2+Whi4aDG1VLAYpOTxluO9I0zNiZ8fA3w7epGlDg=";
};
outputs = [ "out" "lib" "dev" ];