3
0
Fork 0
forked from mirrors/nixpkgs

qmapshack: 1.13.0 -> 1.13.1

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/qmapshack/versions
This commit is contained in:
R. RyanTM 2019-08-05 15:01:23 -07:00
parent 53328909da
commit e0bfbcb1f4

View file

@ -2,11 +2,11 @@
mkDerivation rec {
name = "qmapshack-${version}";
version = "1.13.0";
version = "1.13.1";
src = fetchurl {
url = "https://bitbucket.org/maproom/qmapshack/downloads/${name}.tar.gz";
sha256 = "1cv1f718r8vqyk2l6w3alz2aqjvb4msz8705pm9yr5ndi28qyrba";
sha256 = "15x1b2q0hr1vx006f9hjc4cvfjvxvfdwybw32qvczdyc3crq0mc9";
};
nativeBuildInputs = [ cmake ];