ant: 1.10.9 -> 1.10.11

Fixes CVE-2021-36373 and CVE-2021-36374.
This commit is contained in:
Thomas Gerbet 2021-07-17 11:11:08 +02:00
parent c8868a9c48
commit c83fdf9a36

View file

@ -1,6 +1,6 @@
{ fetchurl, lib, stdenv, coreutils, makeWrapper }:
let version = "1.10.9"; in
let version = "1.10.11"; in
stdenv.mkDerivation {
pname = "ant";
@ -10,7 +10,7 @@ stdenv.mkDerivation {
src = fetchurl {
url = "mirror://apache/ant/binaries/apache-ant-${version}-bin.tar.bz2";
sha256 = "1ab8ybczvk12501dnj450a3d4v43ca0pjhk33s175hax46s58z47";
sha256 = "19m8xb7h6xm4jykzb79kakbx1pa4awaglw6z31pbfg8m5pmwkipz";
};
contrib = fetchurl {