summary refs log tree commit diff
path: root/pkgs/applications/gis
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2022-02-11 03:14:39 -0800
committerGitHub <noreply@github.com>2022-02-11 12:14:39 +0100
commitb9f12b66d5861a30a495b10674451d4df036738a (patch)
treebe3eb197fc6fc64dd95f9c8f59446b1f0f164799 /pkgs/applications/gis
parent3aa3fc9b4fa0835aeb521475cbbded4f61df3fcd (diff)
downloadnixpkgs-b9f12b66d5861a30a495b10674451d4df036738a.tar
nixpkgs-b9f12b66d5861a30a495b10674451d4df036738a.tar.gz
nixpkgs-b9f12b66d5861a30a495b10674451d4df036738a.tar.bz2
nixpkgs-b9f12b66d5861a30a495b10674451d4df036738a.tar.lz
nixpkgs-b9f12b66d5861a30a495b10674451d4df036738a.tar.xz
nixpkgs-b9f12b66d5861a30a495b10674451d4df036738a.tar.zst
nixpkgs-b9f12b66d5861a30a495b10674451d4df036738a.zip
gmt: 6.2.0 -> 6.3.0
(#149186)
Diffstat (limited to 'pkgs/applications/gis')
-rw-r--r--pkgs/applications/gis/gmt/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/gis/gmt/default.nix b/pkgs/applications/gis/gmt/default.nix
index a894d121bd3..0420619e877 100644
--- a/pkgs/applications/gis/gmt/default.nix
+++ b/pkgs/applications/gis/gmt/default.nix
@@ -9,10 +9,10 @@
 
 stdenv.mkDerivation rec {
   pname = "gmt";
-  version = "6.2.0";
+  version = "6.3.0";
   src = fetchurl {
     url = "https://github.com/GenericMappingTools/gmt/releases/download/${version}/gmt-${version}-src.tar.gz";
-    sha256 = "sha256-q3BikSrurRAhdw+tR1bgqZhg/ejqm0KPsAwi+hWju/w=";
+    sha256 = "sha256-LNBz2LHxG4elmziqeq+OOceUDStVpGoyZ+I4AuyKCNE=";
   };
 
   nativeBuildInputs = [ cmake ];