about summary refs log tree commit diff
path: root/pkgs/applications/gis
diff options
context:
space:
mode:
authorMatthew Pickering <matthewtpickering@gmail.com>2018-04-06 20:10:43 +0100
committerMatthew Pickering <matthewtpickering@gmail.com>2018-04-06 20:19:34 +0100
commit4c7db1c77a50f074cd758a12fb54afe5d62e08c6 (patch)
tree2837fb7e788345b1a2d608cbcefd02f3fbf66fac /pkgs/applications/gis
parentadd8d33447c5b25becb7617a559753eca16480ec (diff)
openorienteering-mapper: 0.8.1 -> 0.8.1.2
Fixes crashes on darwin
Diffstat (limited to 'pkgs/applications/gis')
-rw-r--r--pkgs/applications/gis/openorienteering-mapper/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/gis/openorienteering-mapper/default.nix b/pkgs/applications/gis/openorienteering-mapper/default.nix
index 6eb7fba646cb5..7401d98168d15 100644
--- a/pkgs/applications/gis/openorienteering-mapper/default.nix
+++ b/pkgs/applications/gis/openorienteering-mapper/default.nix
@@ -4,7 +4,7 @@
 
 stdenv.mkDerivation rec {
   name = "OpenOrienteering-Mapper-${version}";
-  version = "0.8.1";
+  version = "0.8.1.2";
 
   buildInputs = [ gdal qtbase qttools qtlocation qtsensors clipper zlib proj doxygen cups];
 
@@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
     owner = "OpenOrienteering";
     repo = "mapper";
     rev = "v${version}";
-    sha256 = "10viw8bddl76mc2gh84jsl7h237yzvh4nim61pbd63vg1hlqisi6";
+    sha256 = "0f7zxzl2n46qy86k6n3f6a7l1nhba58i28l8ngp3drf74qffaa33";
   };
 
   cmakeFlags =