Skip to content

Commit

Permalink
ant: 1.9.6 -> 1.9.15
Browse files Browse the repository at this point in the history
  • Loading branch information
dasj19 committed Aug 16, 2020
1 parent 1fddd9f commit 9072b63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/tools/build-managers/apache-ant/1.9.nix
@@ -1,6 +1,6 @@
{ fetchurl, stdenv, coreutils, makeWrapper }:

let version = "1.9.6"; in
let version = "1.9.15"; in

stdenv.mkDerivation {
pname = "ant";
Expand All @@ -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 {
Expand Down

0 comments on commit 9072b63

Please sign in to comment.