summary refs log tree commit diff
path: root/pkgs/applications/misc/xastir
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2019-06-15 17:02:14 +0000
committerVincent Laporte <vbgl@users.noreply.github.com>2019-06-24 06:12:10 +0000
commit2307ac9fe24b48ddea5e5daa0b4ba57a7b17b14f (patch)
tree0c1cd8940e1638a3e0a01b10a02201bbd0b9280f /pkgs/applications/misc/xastir
parentc393c5217b8dbbe43bd5b836d6a0331063057df0 (diff)
downloadnixpkgs-2307ac9fe24b48ddea5e5daa0b4ba57a7b17b14f.tar
nixpkgs-2307ac9fe24b48ddea5e5daa0b4ba57a7b17b14f.tar.gz
nixpkgs-2307ac9fe24b48ddea5e5daa0b4ba57a7b17b14f.tar.bz2
nixpkgs-2307ac9fe24b48ddea5e5daa0b4ba57a7b17b14f.tar.lz
nixpkgs-2307ac9fe24b48ddea5e5daa0b4ba57a7b17b14f.tar.xz
nixpkgs-2307ac9fe24b48ddea5e5daa0b4ba57a7b17b14f.tar.zst
nixpkgs-2307ac9fe24b48ddea5e5daa0b4ba57a7b17b14f.zip
xastir: 2.1.0 -> 2.1.2
Version 2.1.2 is compatible with recent versions of proj
Diffstat (limited to 'pkgs/applications/misc/xastir')
-rw-r--r--pkgs/applications/misc/xastir/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/applications/misc/xastir/default.nix b/pkgs/applications/misc/xastir/default.nix
index 969661ea7b4..987b676034f 100644
--- a/pkgs/applications/misc/xastir/default.nix
+++ b/pkgs/applications/misc/xastir/default.nix
@@ -1,23 +1,23 @@
 { stdenv, fetchFromGitHub, autoreconfHook
-, curl, db, gdal, libgeotiff
+, curl, db, libgeotiff
 , libXpm, libXt, motif, pcre
 , perl, proj, rastermagick, shapelib
 }:
 
 stdenv.mkDerivation rec {
   pname = "xastir";
-  version = "2.1.0";
+  version = "2.1.2";
 
   src = fetchFromGitHub {
     owner = pname;
     repo = pname;
     rev = "Release-${version}";
-    sha256 = "16zsgy3589snawr8f1fa22ymvpnjy6njvxmsck7q8p2xmmz2ry7r";
+    sha256 = "1xfzd2m4l0zbb96ak2pniffxdrs9lax0amkxfgdsnyg8x5j0xcxm";
   };
 
   buildInputs = [
     autoreconfHook
-    curl db gdal libgeotiff
+    curl db libgeotiff
     libXpm libXt motif pcre
     perl proj rastermagick shapelib
   ];