Merge pull request #273852 from dotlambda/qmapshack-1.17.1

qmapshack: 1.17.0 -> 1.17.1
This commit is contained in:
Nikolay Korotkiy 2023-12-14 08:26:12 +04:00 committed by GitHub
commit 7a9c995451
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,13 +3,13 @@
stdenv.mkDerivation rec {
pname = "qmapshack";
version = "1.17.0";
version = "1.17.1";
src = fetchFromGitHub {
owner = "Maproom";
repo = "qmapshack";
rev = "V_${version}";
hash = "sha256-qG/fiR2J5wQZaR+xvBGjdp3L7viqki2ktkzBUf6fZi8=";
hash = "sha256-wqztKmaUxY3qd7IgPM7kV7x0BsrTMTX3DbcdM+lsarI=";
};
nativeBuildInputs = [ cmake wrapQtAppsHook ];