summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/gis
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2020-09-04 22:39:53 +0000
committerR. RyanTM <ryantm-bot@ryantm.com>2020-09-04 22:39:53 +0000
commit77b366044b7fa1dd5578e6fdad3d442b6b0f9ab7 (patch)
tree9a89d3e6e2e3548194cf9a80f3b60b1c772a3a7d /pkgs/applications/gis
parentb23f1442c5e92d1509bde5ca02349acb7fa9106f (diff)
gmt: 6.1.0 -> 6.1.1
Diffstat (limited to 'pkgs/applications/gis')
-rw-r--r--pkgs/applications/gis/gmt/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/gis/gmt/default.nix b/pkgs/applications/gis/gmt/default.nix
index 8c7c7687f3dd..f045ec067fee 100644
--- a/pkgs/applications/gis/gmt/default.nix
+++ b/pkgs/applications/gis/gmt/default.nix
@@ -9,10 +9,10 @@
stdenv.mkDerivation rec {
pname = "gmt";
- version = "6.1.0";
+ version = "6.1.1";
src = fetchurl {
url = "https://github.com/GenericMappingTools/gmt/releases/download/${version}/gmt-${version}-src.tar.gz";
- sha256 = "0vzxzpvbf1sqma2airsibxvqb9m4sajm7jsfr7rrv6q7924c7ijw";
+ sha256 = "04mdxxcild56jhg9ax522xh78v1wl1x8iqv2f6wv32x9b2lgy1lp";
};
nativeBuildInputs = [ cmake ];