commonsIo: 2.19.0 -> 2.20.0 (#448230)

This commit is contained in:
Weijia Wang
2025-10-24 22:17:34 +00:00
committed by GitHub
+2 -2
View File
@@ -5,12 +5,12 @@
}:
stdenv.mkDerivation rec {
version = "2.19.0";
version = "2.20.0";
pname = "commons-io";
src = fetchurl {
url = "mirror://apache/commons/io/binaries/${pname}-${version}-bin.tar.gz";
sha256 = "sha256-zhS4nMCrwL2w2qNXco5oRkXSiOzzepD6EiZzmCgfnNI=";
sha256 = "sha256-+hNGq8TV4g8w9Q2df9kpYniBg1h8dOX6mF/1kk4VLcw=";
};
installPhase = ''