3
0
Fork 0
forked from mirrors/nixpkgs

commonsIo: 2.8.0 -> 2.11.0

This commit is contained in:
R. Ryantm 2021-12-11 08:11:29 +00:00
parent 9f329731b5
commit 54d26f9778

View file

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