mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 15:33:13 +00:00
ocamlPackages.ansiterminal: 0.8.2 → 0.8.5
This commit is contained in:
parent
61e705790a
commit
e41571123a
@ -1,16 +1,12 @@
|
||||
{ lib, buildDunePackage, fetchFromGitHub }:
|
||||
{ lib, buildDunePackage, fetchurl }:
|
||||
|
||||
buildDunePackage rec {
|
||||
pname = "ANSITerminal";
|
||||
version = "0.8.2";
|
||||
version = "0.8.5";
|
||||
|
||||
useDune2 = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "Chris00";
|
||||
repo = pname;
|
||||
rev = version;
|
||||
sha256 = "0dyjischrgwlxqz1p5zbqq76jvk6pl1qj75i7ydhijssr9pj278d";
|
||||
src = fetchurl {
|
||||
url = "https://github.com/Chris00/ANSITerminal/releases/download/${version}/ANSITerminal-${version}.tbz";
|
||||
hash = "sha256-q3OyGLajAmfSu8QzEtzzE5gbiwvsVV2SsGuHZkst0w4=";
|
||||
};
|
||||
|
||||
doCheck = true;
|
||||
@ -22,7 +18,7 @@ buildDunePackage rec {
|
||||
movements on ANSI terminals. It also works on the windows shell (but
|
||||
this part is currently work in progress).
|
||||
'';
|
||||
inherit (src.meta) homepage;
|
||||
homepage = "https://github.com/Chris00/ANSITerminal";
|
||||
license = licenses.lgpl3;
|
||||
maintainers = [ maintainers.jirkamarsik ];
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user