Commit 70e1e844 authored by R. RyanTM's avatar R. RyanTM Committed by Weijia Wang
Browse files

commonsIo: 2.20.0 -> 2.21.0

parent bb7dd4d8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = ''