about summary refs log tree commit diff
path: root/pkgs/applications/gis/gmt/dcw.nix
diff options
context:
space:
mode:
authorRyan Burns <52847440+r-burns@users.noreply.github.com>2021-12-31 13:32:29 -0800
committerGitHub <noreply@github.com>2021-12-31 13:32:29 -0800
commitc5c77cf5f712ffe5ce9b97c1602833f00fd90d46 (patch)
tree9a20ac3a80f08a645ee24dc62cfccf465ec3d11f /pkgs/applications/gis/gmt/dcw.nix
parentbfd6db1574c45a87d2b4d7b23508ae3faa6e06e8 (diff)
parent44586149d7bee67a30449d289a4379c30c9544c4 (diff)
Merge pull request #152903 from r-ryantm/auto-update/dcw-gmt
dcw-gmt: 2.0.1 -> 2.0.2
Diffstat (limited to 'pkgs/applications/gis/gmt/dcw.nix')
-rw-r--r--pkgs/applications/gis/gmt/dcw.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/gis/gmt/dcw.nix b/pkgs/applications/gis/gmt/dcw.nix
index 5672fe0905d74..627ca8088957c 100644
--- a/pkgs/applications/gis/gmt/dcw.nix
+++ b/pkgs/applications/gis/gmt/dcw.nix
@@ -2,10 +2,10 @@
 
 stdenv.mkDerivation rec {
   pname = "dcw-gmt";
-  version = "2.0.1";
+  version = "2.0.2";
   src = fetchurl {
     url = "ftp://ftp.soest.hawaii.edu/gmt/dcw-gmt-${version}.tar.gz";
-    sha256 = "sha256-XJCylo9Alc9epEo1TcnY+d0bj+VRTgM4/4W0jgNUeiU=";
+    sha256 = "sha256-KzAPAco1DbF6rdAmCuM7823GthvkFQ5mgpAzzsPWXDw=";
   };
 
   installPhase = ''