commonsCompress: 1.26.0 -> 1.26.1

This commit is contained in:
R. Ryantm 2024-03-14 01:32:26 +00:00
parent c61d0920a3
commit 4d22a34755
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 = ''