about summary refs log tree commit diff
path: root/pkgs/applications/gis
diff options
context:
space:
mode:
authorRobert Schütz <nix@dotlambda.de>2023-12-12 15:08:54 -0800
committerRobert Schütz <nix@dotlambda.de>2023-12-12 15:08:54 -0800
commit28e18763bbad4c3b6e64a98f0e76a754f270e534 (patch)
treea6b31cee4a5317ff17a3505d059d912519532eb5 /pkgs/applications/gis
parent1a5412e14030d2a00281021d5f8ef05b31027912 (diff)
qmapshack: 1.17.0 -> 1.17.1
Diff: https://github.com/Maproom/qmapshack/compare/V_1.17.0...V_1.17.1

Changelog: https://github.com/Maproom/qmapshack/blob/V_1.17.1/changelog.txt
Diffstat (limited to 'pkgs/applications/gis')
-rw-r--r--pkgs/applications/gis/qmapshack/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/gis/qmapshack/default.nix b/pkgs/applications/gis/qmapshack/default.nix
index 3460f60d2b63d..4fca64f0dde5d 100644
--- a/pkgs/applications/gis/qmapshack/default.nix
+++ b/pkgs/applications/gis/qmapshack/default.nix
@@ -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 ];