Unverified Commit 800e86f7 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

commonsIo: 2.20.0 -> 2.21.0 (#464147)

parents 5fd7b6f1 70e1e844
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 = ''