about summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-02-26 05:27:46 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-02-26 05:27:46 +0000
commit64c61ee30ae85105b7320f64d1cd8f5bfc3cdf9f (patch)
tree5c842523bfe152bc22be794a71a685c2d310e3c5
parent75f9d4f7cf99764b304d60fc6c8963ce565ed2f5 (diff)
commonsIo: 2.11.0 -> 2.15.1
-rw-r--r--pkgs/development/libraries/java/commons/io/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/java/commons/io/default.nix b/pkgs/development/libraries/java/commons/io/default.nix
index 7c1c9f361145a..4c010829c6ff4 100644
--- a/pkgs/development/libraries/java/commons/io/default.nix
+++ b/pkgs/development/libraries/java/commons/io/default.nix
@@ -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 = ''