Merge pull request #304273 from r-ryantm/auto-update/gplates

gplates: 2.4 -> 2.5
This commit is contained in:
Matthias Beyer 2024-04-25 10:48:11 +02:00 committed by GitHub
commit 2da6875b98
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 = [