ocamlPackages.ocaml-top: subsitute version

This commit is contained in:
Sandro Jäckel 2021-10-31 13:27:37 +01:00
parent c1a746083b
commit 195845a10c
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -9,7 +9,7 @@ with ocamlPackages; buildDunePackage rec {
src = fetchFromGitHub {
owner = "OCamlPro";
repo = "ocaml-top";
rev = "1.2.0-rc";
rev = version;
sha256 = "sha256-ZXnPnPvJmHshkTwYWeBojrgJYAF/R6vUo0XkvVMFSeQ=";
};