summary refs log tree commit diff
path: root/pkgs/applications/misc/qmapshack
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-04-20 02:50:26 -0700
committerRobert Schütz <rschuetz17@gmail.com>2018-04-20 11:50:26 +0200
commit308d18f14f46d33bdceaa21c52f503aaa5f4a2bd (patch)
treed8ab0b7f3f2ae1e1177afa4a9daace0409fcf786 /pkgs/applications/misc/qmapshack
parent651239d5ee66d6fe8e5e8c7b7a0eb54d2f4d8621 (diff)
downloadnixlib-308d18f14f46d33bdceaa21c52f503aaa5f4a2bd.tar
nixlib-308d18f14f46d33bdceaa21c52f503aaa5f4a2bd.tar.gz
nixlib-308d18f14f46d33bdceaa21c52f503aaa5f4a2bd.tar.bz2
nixlib-308d18f14f46d33bdceaa21c52f503aaa5f4a2bd.tar.lz
nixlib-308d18f14f46d33bdceaa21c52f503aaa5f4a2bd.tar.xz
nixlib-308d18f14f46d33bdceaa21c52f503aaa5f4a2bd.tar.zst
nixlib-308d18f14f46d33bdceaa21c52f503aaa5f4a2bd.zip
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
Diffstat (limited to 'pkgs/applications/misc/qmapshack')
-rw-r--r--pkgs/applications/misc/qmapshack/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/misc/qmapshack/default.nix b/pkgs/applications/misc/qmapshack/default.nix
index bc09d0b4d0ac..3b9e76aee4b8 100644
--- a/pkgs/applications/misc/qmapshack/default.nix
+++ b/pkgs/applications/misc/qmapshack/default.nix
@@ -2,11 +2,11 @@
 
 stdenv.mkDerivation rec {
   name = "qmapshack-${version}";
-  version = "1.10.0";
+  version = "1.11.1";
 
   src = fetchurl {
     url = "https://bitbucket.org/maproom/qmapshack/downloads/${name}.tar.gz";
-    sha256 = "10qk6c5myw5dhkbw7pcrx3900kiqhs32vy47xl2844nzb4fq2liw";
+    sha256 = "0yqilfldmfw8m18jbkffv4ar1px6kjs0zlgb216bnhahcr1y8r9y";
   };
 
   nativeBuildInputs = [ cmake ];