commonsCompress: 1.26.2 -> 1.27.1

This commit is contained in:
R. Ryantm
2024-12-05 08:53:50 +00:00
parent 929116e316
commit 50b1f1121f
+2 -2
View File
@@ -1,12 +1,12 @@
{ lib, stdenv, fetchurl }:
stdenv.mkDerivation rec {
version = "1.26.2";
version = "1.27.1";
pname = "commons-compress";
src = fetchurl {
url = "mirror://apache/commons/compress/binaries/${pname}-${version}-bin.tar.gz";
sha256 = "sha256-EyGbVhcsuEhLfKh0TPFjySFd9/Z8BEBhkslpfdu4er8=";
sha256 = "sha256-psD9VseWxx2ovdUGjEbUCm+fjnQ/D2S70NuyZ2nsXwA=";
};
installPhase = ''