Skip to content

Commit

Permalink
libarchive: 3.2.2 -> 3.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fpletz committed Mar 11, 2017
1 parent fb4c43d commit bf6c90e
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions pkgs/development/libraries/libarchive/default.nix
Expand Up @@ -10,20 +10,13 @@ assert xarSupport -> libxml2 != null;

stdenv.mkDerivation rec {
name = "libarchive-${version}";
version = "3.2.2";
version = "3.3.1";

src = fetchurl {
url = "${meta.homepage}/downloads/${name}.tar.gz";
sha256 = "03q6y428rg723c9fj1vidzjw46w1vf8z0h95lkvz1l9jw571j739";
sha256 = "1rr40hxlm9vy5z2zb5w7pyfkgd1a4s061qapm83s19accb8mpji9";
};

patches = [
(fetchurl {
url = "https://github.com/libarchive/libarchive/commit/98dcbbf0bf4854bf987557e55e55fff7abbf3ea9.patch";
sha256 = "1934krf5imc9rq1av6immpsfn77pglanhz1csq8j22h9ab87n5z6";
})
];

outputs = [ "out" "lib" "dev" ];

nativeBuildInputs = [ pkgconfig ];
Expand Down

0 comments on commit bf6c90e

Please sign in to comment.