upgrade to new version

svn path=/nixpkgs/trunk/; revision=5620
This commit is contained in:
Armijn Hemel 2006-07-06 18:05:40 +00:00
parent 976b5ad98e
commit 4812209ebe
1 changed files with 3 additions and 3 deletions

View File

@ -1,10 +1,10 @@
{stdenv, fetchurl, expat} :
stdenv.mkDerivation {
name = "sablotron-1.0.2";
name = "sablotron-1.0.3";
src = fetchurl {
url = http://nix.cs.uu.nl/dist/tarballs/Sablot-1.0.2.tar.gz;
md5 = "12243bc21b149cad89e98bc89f9c103e";
url = http://download-1.gingerall.cz/download/sablot/Sablot-1.0.3.tar.gz;
md5 = "72654c4b832e7562f8240ea675577f5e";
};
buildInputs = [expat];
}