diff options
| author | Robert Scott <code@humanleg.org.uk> | 2022-04-02 18:19:23 +0100 |
|---|---|---|
| committer | Robert Scott <code@humanleg.org.uk> | 2022-04-02 19:18:56 +0100 |
| commit | 9beae175b520b331d40f9c069af6b44ec7a69b42 (patch) | |
| tree | c9e8698fcbd4be434ef6640bdc9055caf585040c | |
| parent | libarchive: add some reverse dependencies to passthru.tests (diff) | |
| download | nixpkgs-9beae175b520b331d40f9c069af6b44ec7a69b42.tar.gz | |
libarchive: 3.5.2 -> 3.5.3
| -rw-r--r-- | pkgs/development/libraries/libarchive/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/libarchive/default.nix b/pkgs/development/libraries/libarchive/default.nix index 34dc6531b1f7..f9ddd353e3cf 100644 --- a/pkgs/development/libraries/libarchive/default.nix +++ b/pkgs/development/libraries/libarchive/default.nix @@ -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" ]; |
