mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
ocaml-top: 1.1.4 -> 1.1.5 (#42664)
This commit is contained in:
parent
249be1c560
commit
b96c0e6d7b
@ -2,11 +2,12 @@
|
||||
, ocamlPackages
|
||||
, jbuilder }:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "ocaml-top-1.1.4";
|
||||
stdenv.mkDerivation rec {
|
||||
version = "1.1.5";
|
||||
name = "ocaml-top-${version}";
|
||||
src = fetchzip {
|
||||
url = https://github.com/OCamlPro/ocaml-top/archive/1.1.4.tar.gz;
|
||||
sha256 = "1lmzjmnzsg8xdz0q5nm95zclihi9z80kzsalapg0s9wq0id8qm4j";
|
||||
url = "https://github.com/OCamlPro/ocaml-top/archive/${version}.tar.gz";
|
||||
sha256 = "1d4i6aanrafgrgk4mh154k6lkwk0b6mh66rykz33awlf5pfqd8yv";
|
||||
};
|
||||
|
||||
buildInputs = [ ncurses jbuilder ]
|
||||
|
Loading…
Reference in New Issue
Block a user