Merge pull request #295766 from r-ryantm/auto-update/commonsCompress

commonsCompress: 1.26.0 -> 1.26.1
This commit is contained in:
Weijia Wang 2024-03-23 23:13:46 +01:00 committed by GitHub
commit d259c4231c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -1,12 +1,12 @@
{ lib, stdenv, fetchurl }:
stdenv.mkDerivation rec {
version = "1.26.0";
version = "1.26.1";
pname = "commons-compress";
src = fetchurl {
url = "mirror://apache/commons/compress/binaries/${pname}-${version}-bin.tar.gz";
sha256 = "sha256-AXdkqMrzTtURpPXKOmXxo0RnfFtflcDf6mmVmqVFz5k=";
sha256 = "sha256-PVZ4hltIprOeT3UEH3+xJ+TcZLekHV7cuw16rMmx/Rk=";
};
installPhase = ''