alt-ergo: 2.5.1 -> 2.5.2

This commit is contained in:
R. Ryantm
2023-10-19 06:27:42 +00:00
parent 1ae1ab8d01
commit db6910471f
@@ -2,11 +2,11 @@
let
pname = "alt-ergo";
version = "2.5.1";
version = "2.5.2";
src = fetchurl {
url = "https://github.com/OCamlPro/alt-ergo/releases/download/v${version}/alt-ergo-${version}.tbz";
hash = "sha256-nPjWmg5FepObhquioYxhVPq6UdOHtCo2Hs5V0yndYB0=";
hash = "sha256-9GDBcBH49sheO5AjmDsznMEbw0JSrnSOcIIRN40/aJU=";
};
in