lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

ant: Update to 1.9.6

+2 -2
+2 -2
pkgs/development/tools/build-managers/apache-ant/default.nix
··· 1 1 { fetchurl, stdenv, coreutils, makeWrapper }: 2 2 3 - let version = "1.9.4"; in 3 + let version = "1.9.6"; in 4 4 5 5 stdenv.mkDerivation { 6 6 name = "ant-${version}"; ··· 9 9 10 10 src = fetchurl { 11 11 url = "mirror://apache/ant/binaries/apache-ant-${version}-bin.tar.bz2"; 12 - sha256 = "1kw801p8h5x4f0g8i5yknppssrj5a3xy1aqrkpfnk22bd1snbh90"; 12 + sha256 = "1cwd5vq175gyicw0hkm8idwa33zxwhf7xlxywaqxcqqdjql0jfx4"; 13 13 }; 14 14 15 15 contrib = fetchurl {