3
0
Fork 0
forked from mirrors/nixpkgs

Update MDDS homepage and version, needed for LibreOffice 5.0.0

This commit is contained in:
Michael Raskin 2015-08-08 10:27:45 +03:00
parent 24517d331a
commit 93dc62187b
2 changed files with 4 additions and 4 deletions

View file

@ -1,12 +1,12 @@
{ stdenv, fetchurl }:
stdenv.mkDerivation rec {
version = "0.12.0";
version = "0.12.1";
name = "mdds-${version}";
src = fetchurl {
url = "http://kohei.us/files/mdds/src/mdds_${version}.tar.bz2";
sha256 = "10ar7r0gkdl2r7916jlkl5c38cynrh7x9s90a5i8d242r8ixw8ia";
sha256 = "0gg8mb9kxh3wggh7njj1gf90xy27p0yq2cw88wqar9hhg2fmwmi3";
};
postInstall = ''
@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
meta = {
inherit version;
homepage = https://code.google.com/p/multidimalgorithm/;
homepage = "https://gitlab.com/mdds/mdds";
description = "A collection of multi-dimensional data structure and indexing algorithm";
platforms = stdenv.lib.platforms.all;
};

View file

@ -1,4 +1,4 @@
url https://code.google.com/p/multidimalgorithm/wiki/Downloads
url https://gitlab.com/mdds/mdds
version_link '[.]tar[.][a-z0-9]+$'
version '.*_([0-9.]+)[.]tar[.].*' '\1'