Skip to content

Commit

Permalink
libarchive: 3.7.6 -> 3.7.7 (#348637)
Browse files Browse the repository at this point in the history
  • Loading branch information
vcunat committed Oct 28, 2024
2 parents 769d8f7 + b9a41bc commit 61f3605
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/li/libarchive/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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" ];
Expand Down

0 comments on commit 61f3605

Please sign in to comment.