gmt: 6.4.0 -> 6.5.0

Diff: https://github.com/GenericMappingTools/gmt/compare/refs/tags/6.4.0...6.5.0
This commit is contained in:
Doron Behar
2024-09-29 19:46:53 +03:00
parent eac660eb4b
commit 6889e8eeee
+2 -2
View File
@@ -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 = [