summary refs log tree commit diff
diff options
context:
space:
mode:
authortomberek <tomberek@users.noreply.github.com>2021-06-07 01:49:28 -0400
committerGitHub <noreply@github.com>2021-06-07 01:49:28 -0400
commit6d84e50b1989ac38c332cfd682660527c2c0cc65 (patch)
treeade74630268465357bec8d1fcd54c15e296f0c84
parentca51514d9552d80b5679c7836f469253808595bb (diff)
parent91a67c5c1a414d1e7c7eac6dd50d70e203713be7 (diff)
downloadnixpkgs-6d84e50b1989ac38c332cfd682660527c2c0cc65.tar
nixpkgs-6d84e50b1989ac38c332cfd682660527c2c0cc65.tar.gz
nixpkgs-6d84e50b1989ac38c332cfd682660527c2c0cc65.tar.bz2
nixpkgs-6d84e50b1989ac38c332cfd682660527c2c0cc65.tar.lz
nixpkgs-6d84e50b1989ac38c332cfd682660527c2c0cc65.tar.xz
nixpkgs-6d84e50b1989ac38c332cfd682660527c2c0cc65.tar.zst
nixpkgs-6d84e50b1989ac38c332cfd682660527c2c0cc65.zip
Merge pull request #126037 from r-ryantm/auto-update/gmt
gmt: 6.1.1 -> 6.2.0
-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 0e2b45888b4..a894d121bd3 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.1.1";
+  version = "6.2.0";
   src = fetchurl {
     url = "https://github.com/GenericMappingTools/gmt/releases/download/${version}/gmt-${version}-src.tar.gz";
-    sha256 = "04mdxxcild56jhg9ax522xh78v1wl1x8iqv2f6wv32x9b2lgy1lp";
+    sha256 = "sha256-q3BikSrurRAhdw+tR1bgqZhg/ejqm0KPsAwi+hWju/w=";
   };
 
   nativeBuildInputs = [ cmake ];