Merge pull request #48538 from r-ryantm/auto-update/commons-compress

commonsCompress: 1.17 -> 1.18
This commit is contained in:
Daniel Peebles 2018-10-16 08:04:16 -04:00 committed by GitHub
commit 8070a6333f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1,12 +1,12 @@
{ stdenv, fetchurl }: { stdenv, fetchurl }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
version = "1.17"; version = "1.18";
name = "commons-compress-${version}"; name = "commons-compress-${version}";
src = fetchurl { src = fetchurl {
url = "mirror://apache/commons/compress/binaries/${name}-bin.tar.gz"; url = "mirror://apache/commons/compress/binaries/${name}-bin.tar.gz";
sha256 = "1ydm6mhy0kja47mns674iyrhz5mqlhhnh2l8rglzxnq5iawpi2m0"; sha256 = "0ciwzq134rqh1fp7qba091rajf2pdagfb665rarni7glb2x4lha1";
}; };
installPhase = '' installPhase = ''