summary refs log tree commit diff
path: root/pkgs/applications/gis
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-07-07 22:03:58 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-07-07 22:03:58 +0000
commitad4097bbf450c646989ef559ac38f2da54454ad4 (patch)
tree30d415305a0b575d4692f32ac9f2e40d6bba0743 /pkgs/applications/gis
parentf49fe4a120ac01b6157d91bf1c733319fec21459 (diff)
downloadnixpkgs-ad4097bbf450c646989ef559ac38f2da54454ad4.tar
nixpkgs-ad4097bbf450c646989ef559ac38f2da54454ad4.tar.gz
nixpkgs-ad4097bbf450c646989ef559ac38f2da54454ad4.tar.bz2
nixpkgs-ad4097bbf450c646989ef559ac38f2da54454ad4.tar.lz
nixpkgs-ad4097bbf450c646989ef559ac38f2da54454ad4.tar.xz
nixpkgs-ad4097bbf450c646989ef559ac38f2da54454ad4.tar.zst
nixpkgs-ad4097bbf450c646989ef559ac38f2da54454ad4.zip
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 a31932dd276..1bf08aedd26 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 = ''