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

commonsCompress: 1.26.1 -> 1.26.2
This commit is contained in:
Nick Cao
2024-06-02 10:35:17 -04:00
committed by GitHub
@@ -1,12 +1,12 @@
{ lib, stdenv, fetchurl }:
stdenv.mkDerivation rec {
version = "1.26.1";
version = "1.26.2";
pname = "commons-compress";
src = fetchurl {
url = "mirror://apache/commons/compress/binaries/${pname}-${version}-bin.tar.gz";
sha256 = "sha256-PVZ4hltIprOeT3UEH3+xJ+TcZLekHV7cuw16rMmx/Rk=";
sha256 = "sha256-EyGbVhcsuEhLfKh0TPFjySFd9/Z8BEBhkslpfdu4er8=";
};
installPhase = ''