about summary refs log tree commit diff
path: root/pkgs/applications/science
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2024-03-20 21:03:48 +0100
committerVincent Laporte <vbgl@users.noreply.github.com>2024-03-27 06:30:04 +0100
commit378c25fbb7b7b99e489d4d0d8be10c15ced23c4e (patch)
tree292311f804af5be19b6fb4299955a97f7a5216d6 /pkgs/applications/science
parent37f3e67926381c8fc90f4b304e79a3634925222b (diff)
alt-ergo: 2.5.2 → 2.5.3
Diffstat (limited to 'pkgs/applications/science')
-rw-r--r--pkgs/applications/science/logic/alt-ergo/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/science/logic/alt-ergo/default.nix b/pkgs/applications/science/logic/alt-ergo/default.nix
index d84aa5b6918ac..9d151b947b406 100644
--- a/pkgs/applications/science/logic/alt-ergo/default.nix
+++ b/pkgs/applications/science/logic/alt-ergo/default.nix
@@ -2,11 +2,11 @@
 
 let
   pname = "alt-ergo";
-  version = "2.5.2";
+  version = "2.5.3";
 
   src = fetchurl {
     url = "https://github.com/OCamlPro/alt-ergo/releases/download/v${version}/alt-ergo-${version}.tbz";
-    hash = "sha256-9GDBcBH49sheO5AjmDsznMEbw0JSrnSOcIIRN40/aJU=";
+    hash = "sha256-tmWLZBLfdmfYlCQq+zcUneeueDAE6AJeZMy8kfNCC04=";
   };
 in