ocamlPackages.ocaml-top: subsitute version
This commit is contained in:
parent
c1a746083b
commit
195845a10c
1 changed files with 1 additions and 1 deletions
|
@ -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=";
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue