Merge pull request #295766 from r-ryantm/auto-update/commonsCompress
commonsCompress: 1.26.0 -> 1.26.1
This commit is contained in:
commit
d259c4231c
1 changed files with 2 additions and 2 deletions
|
@ -1,12 +1,12 @@
|
||||||
{ lib, stdenv, fetchurl }:
|
{ lib, stdenv, fetchurl }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
version = "1.26.0";
|
version = "1.26.1";
|
||||||
pname = "commons-compress";
|
pname = "commons-compress";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://apache/commons/compress/binaries/${pname}-${version}-bin.tar.gz";
|
url = "mirror://apache/commons/compress/binaries/${pname}-${version}-bin.tar.gz";
|
||||||
sha256 = "sha256-AXdkqMrzTtURpPXKOmXxo0RnfFtflcDf6mmVmqVFz5k=";
|
sha256 = "sha256-PVZ4hltIprOeT3UEH3+xJ+TcZLekHV7cuw16rMmx/Rk=";
|
||||||
};
|
};
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
|
|
Loading…
Reference in a new issue