summary refs log tree commit diff
path: root/pkgs/applications/gis
diff options
context:
space:
mode:
authorChristian Kögler <ck3d@gmx.de>2022-08-16 17:18:23 +0200
committerGitHub <noreply@github.com>2022-08-16 17:18:23 +0200
commit71bcefa910e20c6f51c78f69fe257f621099d68e (patch)
tree8e9ea58c719791550fbc05948b2a261f252eafde /pkgs/applications/gis
parent7f39cc39a61a60ece8e1c91b43e3921b370b2a64 (diff)
parentad4097bbf450c646989ef559ac38f2da54454ad4 (diff)
Merge pull request #174538 from r-ryantm/auto-update/dcw-gmt
dcw-gmt: 2.1.0 -> 2.1.1
Diffstat (limited to 'pkgs/applications/gis')
-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 a31932dd2760a..1bf08aedd267f 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.1.0";
+  version = "2.1.1";
   src = fetchurl {
     url = "ftp://ftp.soest.hawaii.edu/gmt/dcw-gmt-${version}.tar.gz";
-    sha256 = "sha256-6BBWfNR01a+dhHUZOKy0R6hhI5HtZhkNYNeJl0ofnik=";
+    sha256 = "sha256-q3LIJTB2OAyEd6EiU3C8QfSv+BHCjS9k11BS/z2QA68=";
   };
 
   installPhase = ''