Merge pull request #261973 from r-ryantm/auto-update/alt-ergo

alt-ergo: 2.5.1 -> 2.5.2
This commit is contained in:
Nick Cao 2023-10-19 09:32:50 -04:00 committed by GitHub
commit 4d9c22148d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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