mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 19:21:04 +00:00
ocamlPackages.terminal: 0.2.2 -> 0.4.0
This commit is contained in:
parent
e69e710edf
commit
a0010c88d4
|
@ -5,13 +5,13 @@
|
||||||
|
|
||||||
buildDunePackage rec {
|
buildDunePackage rec {
|
||||||
pname = "terminal";
|
pname = "terminal";
|
||||||
version = "0.2.2";
|
version = "0.4.0";
|
||||||
|
|
||||||
minimalOCamlVersion = "4.03";
|
minimalOCamlVersion = "4.03";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://github.com/CraigFe/progress/releases/download/${version}/progress-${version}.tbz";
|
url = "https://github.com/CraigFe/progress/releases/download/${version}/progress-${version}.tbz";
|
||||||
hash = "sha256-M0HCGSOiHNa1tc+p7DmB9ZVyw2eUD+XgJFBTPftBELU=";
|
hash = "sha256-i+RJVTN5uy3F6LeYBcgER2kKA9yj6a7pWf7PRtgnj7c=";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ stdlib-shims uutf uucp ];
|
propagatedBuildInputs = [ stdlib-shims uutf uucp ];
|
||||||
|
|
Loading…
Reference in a new issue