qmapshack: 1.13.2 -> 1.14.0

This commit is contained in:
Nikolay Korotkiy 2019-11-01 19:28:05 +03:00
parent 8b8eeb8491
commit 40f6788a5a
No known key found for this signature in database
GPG key ID: D1DE6D7F693663A5

View file

@ -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 ];