alt-ergo: fix src URL

This commit is contained in:
Vincent Laporte 2023-01-30 08:24:42 +01:00
parent 663c41affd
commit ffe1ba8985
No known key found for this signature in database
GPG key ID: EBD582ADDDB1F81F

View file

@ -9,8 +9,8 @@ let
src = fetchFromGitHub {
owner = "OCamlPro";
repo = pname;
rev = version;
sha256 = "sha256-8pJ/1UAbheQaLFs5Uubmmf5D0oFJiPxF6e2WTZgRyAc=";
rev = "refs/tags/${version}";
hash = "sha256-8pJ/1UAbheQaLFs5Uubmmf5D0oFJiPxF6e2WTZgRyAc=";
};
in