commonsLogging: 1.2 -> 1.3.0

This commit is contained in:
R. Ryantm 2024-03-13 12:25:21 +00:00
parent a6af0d9267
commit c27aa070d9
1 changed files with 2 additions and 2 deletions

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "commons-logging";
version = "1.2";
version = "1.3.0";
src = fetchurl {
url = "mirror://apache/commons/logging/binaries/commons-logging-${version}-bin.tar.gz";
sha256 = "1gc70pmcv0x6ibl89jglmr22f8zpr63iaifi49nrq399qw2qhx9z";
sha256 = "sha256-ij6jOi1Y/iQ/9Ht41nKtmOdZCvf0NmNseFGxBpyq1fg=";
};
installPhase = ''