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

commonsIo: 2.11.0 -> 2.15.1
This commit is contained in:
Weijia Wang 2024-03-07 08:08:10 +01:00 committed by GitHub
commit cf676b51af
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,12 +1,12 @@
{ lib, stdenv, fetchurl }:
stdenv.mkDerivation rec {
version = "2.11.0";
version = "2.15.1";
pname = "commons-io";
src = fetchurl {
url = "mirror://apache/commons/io/binaries/${pname}-${version}-bin.tar.gz";
sha256 = "sha256-9RXVNzjEhdYCYWbB9/xW3rm+gSOuD6+jwAO9zJVt4fk=";
sha256 = "sha256-nYoYGHetdd3vFryFXLxuvvSUCIs6VZyPwWb8s0h+edg=";
};
installPhase = ''