alt-ergo: 2.5.2 → 2.5.3

This commit is contained in:
Vincent Laporte 2024-03-20 21:03:48 +01:00 committed by Vincent Laporte
parent 37f3e67926
commit 378c25fbb7

View File

@ -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