commonsIo: 2.20.0 -> 2.21.0 (#464147)

This commit is contained in:
Weijia Wang
2026-02-06 16:07:13 +00:00
committed by GitHub
+2 -2
View File
@@ -5,12 +5,12 @@
}:
stdenv.mkDerivation rec {
version = "2.20.0";
version = "2.21.0";
pname = "commons-io";
src = fetchurl {
url = "mirror://apache/commons/io/binaries/commons-io-${version}-bin.tar.gz";
sha256 = "sha256-+hNGq8TV4g8w9Q2df9kpYniBg1h8dOX6mF/1kk4VLcw=";
hash = "sha256-x2Szn/hbuYWX+8J0ZHV9XAY0L5PQlvtIKpV2MJSic4w=";
};
installPhase = ''