mdds: 0.12.1 -> 1.2.1

This commit is contained in:
Michael Raskin 2016-08-11 09:48:28 +02:00
parent 44760fca8e
commit 01b3f3d00b
2 changed files with 5 additions and 5 deletions

View File

@ -1,12 +1,12 @@
{ stdenv, fetchurl }:
stdenv.mkDerivation rec {
version = "0.12.1";
version = "1.2.1";
name = "mdds-${version}";
src = fetchurl {
url = "http://kohei.us/files/mdds/src/mdds_${version}.tar.bz2";
sha256 = "0gg8mb9kxh3wggh7njj1gf90xy27p0yq2cw88wqar9hhg2fmwmi3";
url = "http://kohei.us/files/mdds/src/mdds-${version}.tar.bz2";
sha256 = "0yzwdl8mf8xdj8rif1qq0qnlq7vlk5q86r3hs2x49m5rqzgljbqy";
};
postInstall = ''

View File

@ -1,6 +1,6 @@
url https://gitlab.com/mdds/mdds
version_link '[.]tar[.][a-z0-9]+$'
version '.*_([0-9.]+)[.]tar[.].*' '\1'
version_link 'mdds-.*[.]tar[.][a-z0-9]+$'
version '.*-([0-9.]+)[.]tar[.].*' '\1'
do_overwrite(){
ensure_hash