alt-ergo: 2.6.0 -> 2.6.1

This commit is contained in:
R. Ryantm
2025-04-18 13:36:48 +02:00
committed by Vincent Laporte
parent 6ad6fbd6cb
commit 76614a7c50
+2 -2
View File
@@ -8,11 +8,11 @@
let
pname = "alt-ergo";
version = "2.6.0";
version = "2.6.1";
src = fetchurl {
url = "https://github.com/OCamlPro/alt-ergo/releases/download/v${version}/alt-ergo-${version}.tbz";
hash = "sha256-EmkxGvJSeKRmiSuoeMyIi6WfF39T3QPxKixiOwP8834=";
hash = "sha256-31YEWjr3n7z70d7q8JAS1bw5C0wiI+HZwlwRwwHZ7ro=";
};
in