commonsCompress: 1.23.0 -> 1.24.0

This commit is contained in:
R. Ryantm 2023-09-12 10:33:20 +00:00
parent 79aa627be6
commit 9bcefc6c1b

View File

@ -1,12 +1,12 @@
{ lib, stdenv, fetchurl }:
stdenv.mkDerivation rec {
version = "1.23.0";
version = "1.24.0";
pname = "commons-compress";
src = fetchurl {
url = "mirror://apache/commons/compress/binaries/${pname}-${version}-bin.tar.gz";
sha256 = "sha256-m+7cc7h9xVXKlLBTTr2L91AFWDTN+hNSycxDNO0oBAI=";
sha256 = "sha256-VQzXg16rnrghsRY2H3NnGJ+0HEbz8/Num7Xlm9pEqqw=";
};
installPhase = ''