qmapshack: 1.10.0 -> 1.11.1 (#39193)

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.

These checks were done:

- built on NixOS
- ran ‘/nix/store/wddp26cbiivr7sfvh7r36bqj8wlvr5gx-qmapshack-1.11.1/bin/qmt_rgb2pct -h’ got 0 exit code
- ran ‘/nix/store/wddp26cbiivr7sfvh7r36bqj8wlvr5gx-qmapshack-1.11.1/bin/qmt_rgb2pct --help’ got 0 exit code
- ran ‘/nix/store/wddp26cbiivr7sfvh7r36bqj8wlvr5gx-qmapshack-1.11.1/bin/qmt_map2jnx -h’ got 0 exit code
- ran ‘/nix/store/wddp26cbiivr7sfvh7r36bqj8wlvr5gx-qmapshack-1.11.1/bin/qmt_map2jnx --help’ got 0 exit code
- ran ‘/nix/store/wddp26cbiivr7sfvh7r36bqj8wlvr5gx-qmapshack-1.11.1/bin/qmt_map2jnx help’ got 0 exit code
- found 1.11.1 with grep in /nix/store/wddp26cbiivr7sfvh7r36bqj8wlvr5gx-qmapshack-1.11.1
- directory tree listing: https://gist.github.com/1823f811dd1c8c3b648af3fc29d40605

authored by R. RyanTM and committed by Robert Schütz 308d18f1 651239d5

+2 -2
+2 -2
pkgs/applications/misc/qmapshack/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 name = "qmapshack-${version}"; 5 - version = "1.10.0"; 5 + version = "1.11.1"; 6 6 7 7 src = fetchurl { 8 8 url = "https://bitbucket.org/maproom/qmapshack/downloads/${name}.tar.gz"; 9 - sha256 = "10qk6c5myw5dhkbw7pcrx3900kiqhs32vy47xl2844nzb4fq2liw"; 9 + sha256 = "0yqilfldmfw8m18jbkffv4ar1px6kjs0zlgb216bnhahcr1y8r9y"; 10 10 }; 11 11 12 12 nativeBuildInputs = [ cmake ];