gplates: 2.4 -> 2.5

This commit is contained in:
R. Ryantm 2024-04-15 13:09:35 +00:00
parent 26594c44f5
commit 2ff5b02ffe
1 changed files with 2 additions and 2 deletions

View File

@ -33,13 +33,13 @@ let
};
in stdenv.mkDerivation (finalAttrs: {
pname = "gplates";
version = "2.4";
version = "2.5";
src = fetchFromGitHub {
owner = "GPlates";
repo = "GPlates";
rev = "GPlates-${finalAttrs.version}";
hash = "sha256-BRvrqczGguE2z44ZboxeJxgWEA+t02XkzvU+yF4ki6s=";
hash = "sha256-3fEwm5EKK9RcRbnyUejgwfjdsXaujjZjoMbq/BbVMeM=";
};
nativeBuildInputs = [