summary refs log tree commit diff
path: root/pkgs/applications/gis
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2021-12-11 08:51:17 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2021-12-11 08:51:17 +0000
commit8690dd9467ef118fc84776aaf34f5c96d55bb0a2 (patch)
tree147ce73a14d796ae75b04605551fe881b159d818 /pkgs/applications/gis
parent9f329731b5ecbd5d0d1a76dd8a4ccfb9f9dbbda3 (diff)
downloadnixpkgs-8690dd9467ef118fc84776aaf34f5c96d55bb0a2.tar
nixpkgs-8690dd9467ef118fc84776aaf34f5c96d55bb0a2.tar.gz
nixpkgs-8690dd9467ef118fc84776aaf34f5c96d55bb0a2.tar.bz2
nixpkgs-8690dd9467ef118fc84776aaf34f5c96d55bb0a2.tar.lz
nixpkgs-8690dd9467ef118fc84776aaf34f5c96d55bb0a2.tar.xz
nixpkgs-8690dd9467ef118fc84776aaf34f5c96d55bb0a2.tar.zst
nixpkgs-8690dd9467ef118fc84776aaf34f5c96d55bb0a2.zip
dcw-gmt: 1.1.4 -> 2.0.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 bc253f394c7..5672fe0905d 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 = "1.1.4";
+  version = "2.0.1";
   src = fetchurl {
     url = "ftp://ftp.soest.hawaii.edu/gmt/dcw-gmt-${version}.tar.gz";
-    sha256 = "8d47402abcd7f54a0f711365cd022e4eaea7da324edac83611ca035ea443aad3";
+    sha256 = "sha256-XJCylo9Alc9epEo1TcnY+d0bj+VRTgM4/4W0jgNUeiU=";
   };
 
   installPhase = ''