forked from mirrors/nixpkgs
mkgmap-splitter: 651 -> 652
This commit is contained in:
parent
c9507b994f
commit
686f0f7461
|
@ -14,12 +14,12 @@ let
|
||||||
in
|
in
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "splitter";
|
pname = "splitter";
|
||||||
version = "651";
|
version = "652";
|
||||||
|
|
||||||
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-j6U+Wvxef151NEwkpuv4VdMac/cOT9YZUgkt+YPGCuk=";
|
sha256 = "sha256-yCdVOT8if3AImD4Q63gKfMep7WZsrCgV+IXfP4ZL3Qw=";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [
|
patches = [
|
||||||
|
|
Loading…
Reference in a new issue