mkgmap-splitter: 652 -> 653
This commit is contained in:
parent
3d7270abd5
commit
fdae2bf6df
1 changed files with 2 additions and 2 deletions
|
@ -14,12 +14,12 @@ let
|
||||||
in
|
in
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "splitter";
|
pname = "splitter";
|
||||||
version = "652";
|
version = "653";
|
||||||
|
|
||||||
src = fetchsvn {
|
src = fetchsvn {
|
||||||
url = "https://svn.mkgmap.org.uk/mkgmap/splitter/trunk";
|
url = "https://svn.mkgmap.org.uk/mkgmap/splitter/trunk";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "sha256-yCdVOT8if3AImD4Q63gKfMep7WZsrCgV+IXfP4ZL3Qw=";
|
sha256 = "sha256-iw414ecnOfeG3FdlIaoVOPv9BXZ95uUHuPzCQGH4G+A=";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [
|
patches = [
|
||||||
|
|
Loading…
Reference in a new issue