Monotone updated

svn path=/nixpkgs/trunk/; revision=12052
This commit is contained in:
Michael Raskin 2008-06-12 10:07:35 +00:00
parent 60c2c8eefe
commit 1453f29824
1 changed files with 2 additions and 2 deletions

View File

@ -3,8 +3,8 @@
stdenv.mkDerivation {
name = "monotone-0.38";
src = fetchurl {
url = http://monotone.ca/downloads/0.38/monotone-0.38.tar.gz;
md5 = "c1a0d2619f451a664289b042c104860d";
url = http://monotone.ca/downloads/0.40/monotone-0.40.tar.gz;
sha256 = "0zs1zxvdn0m27w1830qbbh5vqk948hkpdkxwnlghszcbzz49151h";
};
buildInputs = [boost zlib];
}