commonsCompress: 1.17 -> 1.18

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/commons-compress/versions
This commit is contained in:
R. RyanTM 2018-10-16 00:14:42 -07:00
parent 35ce480d69
commit 4b05aa5fab

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 = ''