summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/gis
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2020-09-06 18:14:23 +0200
committerFrederik Rietdijk <fridh@fridh.nl>2020-09-06 18:14:23 +0200
commitd362c0e54ec3bdf93054368ab559522752010758 (patch)
treefac9023f38838234fa5930d800039fe9a1311e34 /pkgs/applications/gis
parent08eb704bc3b2cce416140e77973dbe53b6fcb17c (diff)
parent2dd41576fb97201451f535f658f13d0341ca18b6 (diff)
Merge master into staging-next
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 ];