update strategoxt 0.18 to r20449

svn path=/nixpkgs/trunk/; revision=19233
This commit is contained in:
Rob Vermaas 2010-01-05 13:44:13 +00:00
parent ae80a8ed48
commit a6fae68ca9

View file

@ -41,11 +41,11 @@ rec {
strategoxt = stdenv.mkDerivation rec {
name = "strategoxt-0.18pre20227";
name = "strategoxt-0.18pre20449";
src = fetchurl {
url = "http://hydra.nixos.org/build/124117/download/1/strategoxt-0.18pre20227.tar.gz";
sha256 = "c2c7a68f76c6dfaf470ed9f7bad71cddebb620b709f20b01231c3a6fd93d8150";
url = "http://hydra.nixos.org/build/199475/download/1/strategoxt-0.18pre20449.tar.gz";
sha256 = "c492df19a810801377f160f6d117bfd3e689f23396bd89c3e98224f35db666f2";
};
buildInputs = [pkgconfig aterm sdf getopt];