3
0
Fork 0
forked from mirrors/nixpkgs

mdds: update from 0.7.1 to 0.8.1

This commit is contained in:
Nixpkgs Monitor 2013-12-21 04:05:57 +02:00 committed by Evgeny Egorochkin
parent 458decf6c4
commit f760304aaa

View file

@ -1,12 +1,12 @@
{ stdenv, fetchurl }:
stdenv.mkDerivation rec {
version = "0.7.1";
version = "0.8.1";
name = "mdds-${version}";
src = fetchurl {
url = "http://multidimalgorithm.googlecode.com/files/mdds_${version}.tar.bz2";
sha256 = "0zhrx7m04pknc8i2cialmbna1hmwa0fzs8qphan4rdxibf0c4yzy";
sha256 = "12w8rs8kb8yffndsw0g7qfjvy4gpnppkdzc7r7vvc9n800ixl1gn";
};
meta = {