about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2024-04-25 10:48:11 +0200
committerGitHub <noreply@github.com>2024-04-25 10:48:11 +0200
commit2da6875b98c6d8b0780c2a9f92d9971f43db5143 (patch)
tree90b11a9b8446e4183668650105b81e3696ed2bff /pkgs/applications
parent17d58b30575bb965966d67e8ca1070f9a71cfb41 (diff)
parent2ff5b02ffe7a4e5fec26cae59d3710f3fd3ade80 (diff)
Merge pull request #304273 from r-ryantm/auto-update/gplates
gplates: 2.4 -> 2.5
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/science/misc/gplates/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/science/misc/gplates/default.nix b/pkgs/applications/science/misc/gplates/default.nix
index 74dd61a2228c5..5c2c4cabc9f12 100644
--- a/pkgs/applications/science/misc/gplates/default.nix
+++ b/pkgs/applications/science/misc/gplates/default.nix
@@ -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 = [