mdds: 1.3.1 -> 1.4.1 (#45814)

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
mdds
This commit is contained in:
R. RyanTM 2018-08-31 00:41:36 -07:00 committed by xeji
parent 9a93fa292f
commit 897206755e

@ -1,12 +1,12 @@
{ stdenv, fetchurl, boost }:
stdenv.mkDerivation rec {
version = "1.3.1";
version = "1.4.1";
name = "mdds-${version}";
src = fetchurl {
url = "https://kohei.us/files/mdds/src/mdds-${version}.tar.bz2";
sha256 = "18g511z1lgfxrga2ld9yr95phmyfbd3ymbv4q5g5lyjn4ljcvf6w";
sha256 = "1hs4lhmmr44ynljn7bjsyvnjbbfrz7dda18lan4dq1jzgz1r1ils";
};
postInstall = ''