Skip to content

Commit

Permalink
ant: 1.10.8 -> 1.10.9
Browse files Browse the repository at this point in the history
  • Loading branch information
redvers committed Nov 4, 2020
1 parent ed05431 commit 89cd509
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/tools/build-managers/apache-ant/default.nix
@@ -1,6 +1,6 @@
{ fetchurl, stdenv, coreutils, makeWrapper }:

let version = "1.10.8"; in
let version = "1.10.9"; 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 = "0zh94csb2hl6ir2ccn18ps506mjgh3mffnrb8wpsmp1x5fcykha5";
sha256 = "1ab8ybczvk12501dnj450a3d4v43ca0pjhk33s175hax46s58z47";
};

contrib = fetchurl {
Expand Down

0 comments on commit 89cd509

Please sign in to comment.