ant: 1.9.6 -> 1.9.15

This commit is contained in:
Daniel Șerbănescu 2020-08-16 17:19:01 +02:00
parent 1fddd9f4a3
commit 9072b63bcb
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{ fetchurl, stdenv, coreutils, makeWrapper }:
let version = "1.9.6"; in
let version = "1.9.15"; 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 = "1cwd5vq175gyicw0hkm8idwa33zxwhf7xlxywaqxcqqdjql0jfx4";
sha256 = "0yfx5qsvrg12lar4908ndbnlpppy7g7qk8ay41y4sz9g873v07mr";
};
contrib = fetchurl {