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 07:33:22 +0000
committerJonathan Ringer <jonringer@users.noreply.github.com>2022-02-12 21:26:09 -0800
commitbdc257a47c49de65b115215172677403060606f6 (patch)
tree4b89f759c5ca304e82d48fb6348c6055c80774f4 /pkgs/applications/gis
parent80cc9a02bde6887f37729f2896c34f3a28ef24a4 (diff)
downloadnixpkgs-bdc257a47c49de65b115215172677403060606f6.tar
nixpkgs-bdc257a47c49de65b115215172677403060606f6.tar.gz
nixpkgs-bdc257a47c49de65b115215172677403060606f6.tar.bz2
nixpkgs-bdc257a47c49de65b115215172677403060606f6.tar.lz
nixpkgs-bdc257a47c49de65b115215172677403060606f6.tar.xz
nixpkgs-bdc257a47c49de65b115215172677403060606f6.tar.zst
nixpkgs-bdc257a47c49de65b115215172677403060606f6.zip
dcw-gmt: 2.0.2 -> 2.1.0
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 627ca808895..a31932dd276 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.2";
+  version = "2.1.0";
   src = fetchurl {
     url = "ftp://ftp.soest.hawaii.edu/gmt/dcw-gmt-${version}.tar.gz";
-    sha256 = "sha256-KzAPAco1DbF6rdAmCuM7823GthvkFQ5mgpAzzsPWXDw=";
+    sha256 = "sha256-6BBWfNR01a+dhHUZOKy0R6hhI5HtZhkNYNeJl0ofnik=";
   };
 
   installPhase = ''