mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-03 12:23:02 +00:00
Merge pull request #276073 from GaetanLepage/presenterm
presenterm: 0.4.0 -> 0.4.1
This commit is contained in:
commit
8744e94ad7
@ -6,20 +6,20 @@
|
|||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "presenterm";
|
pname = "presenterm";
|
||||||
version = "0.4.0";
|
version = "0.4.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "mfontanini";
|
owner = "mfontanini";
|
||||||
repo = "presenterm";
|
repo = "presenterm";
|
||||||
rev = "refs/tags/v${version}";
|
rev = "refs/tags/v${version}";
|
||||||
hash = "sha256-8oLqZfpkSbGg85vj5V54D052vmmoMRzQmiQzOwCOSxg=";
|
hash = "sha256-OHp/qbuaZ7uVydKGnSiBR5KQGdf8rWQQWRHrka+PI1M=";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
libsixel
|
libsixel
|
||||||
];
|
];
|
||||||
|
|
||||||
cargoHash = "sha256-SJpmQMUm5+0mUmYq2pv4JLV6PxZs2g3TrWqTlHElS3Q=";
|
cargoHash = "sha256-ymSTloz7sPAtMZN1uDgLs89gMcU+UTsMVc6y5UHt7no=";
|
||||||
|
|
||||||
buildFeatures = [ "sixel" ];
|
buildFeatures = [ "sixel" ];
|
||||||
|
|
||||||
@ -28,6 +28,7 @@ rustPlatform.buildRustPackage rec {
|
|||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "A terminal based slideshow tool";
|
description = "A terminal based slideshow tool";
|
||||||
|
changelog = "https://github.com/mfontanini/presenterm/releases/tag/v${version}";
|
||||||
homepage = "https://github.com/mfontanini/presenterm";
|
homepage = "https://github.com/mfontanini/presenterm";
|
||||||
license = licenses.bsd2;
|
license = licenses.bsd2;
|
||||||
maintainers = with maintainers; [ mikaelfangel ];
|
maintainers = with maintainers; [ mikaelfangel ];
|
||||||
|
Loading…
Reference in New Issue
Block a user