diff options
author | Mario Rodas <marsam@users.noreply.github.com> | 2020-09-05 21:18:09 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-05 21:18:09 -0500 |
commit | abb575c94ab86b27c7f5772408aa3ea0819266f6 (patch) | |
tree | d7d303b335f218e93d1fd7a6f84545c6a0c00f87 | |
parent | c568328e17670698b13c844e09bf8af267f1d48d (diff) | |
parent | 77b366044b7fa1dd5578e6fdad3d442b6b0f9ab7 (diff) |
Merge pull request #97159 from r-ryantm/auto-update/gmt
gmt: 6.1.0 -> 6.1.1
-rw-r--r-- | pkgs/applications/gis/gmt/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/gis/gmt/default.nix b/pkgs/applications/gis/gmt/default.nix index 8c7c7687f3dd7..f045ec067fee3 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 ]; |