Merge pull request #72448 from sikmir/qmapshack

qmapshack: 1.13.2 -> 1.14.0
This commit is contained in:
markuskowa 2019-11-01 22:50:45 +01:00 committed by GitHub
commit 7a09b911eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -3,16 +3,13 @@
mkDerivation rec {
pname = "qmapshack";
version = "1.13.2";
version = "1.14.0";
src = fetchFromGitHub {
owner = "Maproom";
repo = pname;
# TODO: remove it on next release.
# 1.13.2 release tarball is essentially broken, use fixed commit instead.
# See https://github.com/maproom/qmapshack/pull/4 for more details.
rev = "763cfc149566325cce9e4690cb7b5f986048f86a"; #"V_${version}";
sha256 = "1lfivhm9rv9ly1srlmb7d80s77306xplg23lx35vav879bri29rx";
rev = "V_${version}";
sha256 = "07c2hrq9sn456w7l3gdr599rmjfv2k6mh159zza7p1py8r7ywksa";
};
nativeBuildInputs = [ cmake ];