Merge pull request #66980 from r-ryantm/auto-update/mdds

mdds: 1.4.3 -> 1.5.0
This commit is contained in:
Marek Mahut 2019-08-20 19:36:59 +02:00 committed by GitHub
commit 60c1883a19
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "mdds"; pname = "mdds";
version = "1.4.3"; version = "1.5.0";
src = fetchurl { src = fetchurl {
url = "https://kohei.us/files/${pname}/src/${pname}-${version}.tar.bz2"; url = "https://kohei.us/files/${pname}/src/${pname}-${version}.tar.bz2";
sha256 = "10cw6irdm6d15nxnys2v5akp8yz52qijpcjvw0frwq7nz5d3vki5"; sha256 = "03b8i43pw4m767mm0cnbi77x7qhpkzpi9b1f6dpp4cmyszmnsk8l";
}; };
postInstall = '' postInstall = ''