Merge pull request #106615 from r-ryantm/auto-update/qmapshack

qmapshack: 1.15.1 -> 1.15.2
This commit is contained in:
Ryan Mulligan 2020-12-11 06:28:19 -08:00 committed by GitHub
commit a516c1ccab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,13 +3,13 @@
mkDerivation rec {
pname = "qmapshack";
version = "1.15.1";
version = "1.15.2";
src = fetchFromGitHub {
owner = "Maproom";
repo = pname;
rev = "V_${version}";
sha256 = "1q8qczp9bgk3dzdswb1x64fcn3xg339s0yx31nablb518hcb8jkr";
sha256 = "1l1j2axf94pdqwirwwhwy3y6k8v1aix78ifqbv6j8sv131h2j7y7";
};
nativeBuildInputs = [ cmake ];