Commit f9cb1659 authored by R. RyanTM's avatar R. RyanTM Committed by Austin Seipp
Browse files

alt-ergo: 2.5.3 -> 2.5.4

parent abd6d48f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,11 +2,11 @@

let
  pname = "alt-ergo";
  version = "2.5.3";
  version = "2.5.4";

  src = fetchurl {
    url = "https://github.com/OCamlPro/alt-ergo/releases/download/v${version}/alt-ergo-${version}.tbz";
    hash = "sha256-tmWLZBLfdmfYlCQq+zcUneeueDAE6AJeZMy8kfNCC04=";
    hash = "sha256-AsHok5i62vqJ5hK8XRiD8hM6JQaFv3dMxZAcVYEim6w=";
  };
in