gplates: 2.4 -> 2.5

This commit is contained in:
R. Ryantm 2024-04-15 13:09:35 +00:00
parent 26594c44f5
commit 2ff5b02ffe

View File

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