Merge pull request #48538 from r-ryantm/auto-update/commons-compress
commonsCompress: 1.17 -> 1.18
This commit is contained in:
commit
8070a6333f
|
@ -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 = ''
|
||||||
|
|
Loading…
Reference in New Issue