mdds: 0.11.1 -> 0.11.2

This commit is contained in:
Michael Raskin 2014-12-31 23:18:26 +03:00 committed by Peter Simons
parent 23e432ea1e
commit 98c5e13707

View File

@ -1,12 +1,12 @@
{ stdenv, fetchurl }:
stdenv.mkDerivation rec {
version = "0.11.1";
version = "0.11.2";
name = "mdds-${version}";
src = fetchurl {
url = "http://kohei.us/files/mdds/src/mdds_${version}.tar.bz2";
sha256 = "1xr74ss8vr67nmwxls4a54hgljwrc8fs485ablh0bxykf6dyr0j1";
sha256 = "1ax50ahgl549gw76p8kbd5cb0kkihrn59638mppq4raxng40s2nd";
};
postInstall = ''