ocamlPackages.terminal_size: 0.1.4 → 0.2.0

This commit is contained in:
Vincent Laporte 2023-03-12 08:00:53 +01:00
parent 796b4a3c1d
commit 9af7d1794e
No known key found for this signature in database
GPG Key ID: EBD582ADDDB1F81F

View File

@ -2,13 +2,13 @@
buildDunePackage rec {
pname = "terminal_size";
version = "0.1.4";
version = "0.2.0";
useDune2 = true;
duneVersion = "3";
src = fetchurl {
url = "https://github.com/cryptosense/terminal_size/releases/download/v${version}/terminal_size-v${version}.tbz";
sha256 = "fdca1fee7d872c4a8e5ab003d9915b6782b272e2a3661ca877f2d78dd25371a7";
url = "https://github.com/cryptosense/terminal_size/releases/download/v${version}/terminal_size-${version}.tbz";
hash = "sha256-1rYs0oxAcayFypUoCIdFwSTJCU7+rpFyJRRzb5lzsPs=";
};
checkInputs = [ alcotest ];