Merge pull request #308166 from r-ryantm/auto-update/commonsIo

commonsIo: 2.15.1 -> 2.16.1

authored by Weijia Wang and committed by GitHub 299a46ee 42098112

+2 -2
+2 -2
pkgs/development/libraries/java/commons/io/default.nix
··· 1 1 { lib, stdenv, fetchurl }: 2 2 3 3 stdenv.mkDerivation rec { 4 - version = "2.15.1"; 4 + version = "2.16.1"; 5 5 pname = "commons-io"; 6 6 7 7 src = fetchurl { 8 8 url = "mirror://apache/commons/io/binaries/${pname}-${version}-bin.tar.gz"; 9 - sha256 = "sha256-nYoYGHetdd3vFryFXLxuvvSUCIs6VZyPwWb8s0h+edg="; 9 + sha256 = "sha256-4+YYSDyCHwUwlw71nAnGy4g9GOl1Z8qr3gHQEyv8EPo="; 10 10 }; 11 11 12 12 installPhase = ''