From 6889e8eeeec391ad7c0c2d08a04a474d62ba050f Mon Sep 17 00:00:00 2001 From: Doron Behar Date: Sun, 29 Sep 2024 10:25:31 +0300 Subject: [PATCH] gmt: 6.4.0 -> 6.5.0 Diff: https://github.com/GenericMappingTools/gmt/compare/refs/tags/6.4.0...6.5.0 --- pkgs/applications/gis/gmt/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/gis/gmt/default.nix b/pkgs/applications/gis/gmt/default.nix index b33efefaefc1..2aff73095635 100644 --- a/pkgs/applications/gis/gmt/default.nix +++ b/pkgs/applications/gis/gmt/default.nix @@ -36,12 +36,12 @@ let }; in stdenv.mkDerivation (finalAttrs: { pname = "gmt"; - version = "6.4.0"; + version = "6.5.0"; src = fetchFromGitHub { owner = "GenericMappingTools"; repo = "gmt"; rev = "refs/tags/${finalAttrs.version}"; - hash = "sha256-rRNEo7dGkmgrkhNCBacyfBYrl7zHnE0KMWQHT0Ekbo0="; + hash = "sha256-KKIYhljCtk9t9CuvTLsSGvUkUwazWTm9ymBB3wLwSoI="; }; nativeBuildInputs = [