Skip to content

Commit

Permalink
presenterm: 0.4.0 -> 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
GaetanLepage committed Dec 22, 2023
1 parent 7b58551 commit 8bbabdf
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pkgs/by-name/pr/presenterm/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,20 @@

rustPlatform.buildRustPackage rec {
pname = "presenterm";
version = "0.4.0";
version = "0.4.1";

src = fetchFromGitHub {
owner = "mfontanini";
repo = "presenterm";
rev = "refs/tags/v${version}";
hash = "sha256-8oLqZfpkSbGg85vj5V54D052vmmoMRzQmiQzOwCOSxg=";
hash = "sha256-OHp/qbuaZ7uVydKGnSiBR5KQGdf8rWQQWRHrka+PI1M=";
};

buildInputs = [
libsixel
];

cargoHash = "sha256-SJpmQMUm5+0mUmYq2pv4JLV6PxZs2g3TrWqTlHElS3Q=";
cargoHash = "sha256-ymSTloz7sPAtMZN1uDgLs89gMcU+UTsMVc6y5UHt7no=";

buildFeatures = [ "sixel" ];

Expand All @@ -28,6 +28,7 @@ rustPlatform.buildRustPackage rec {

meta = with lib; {
description = "A terminal based slideshow tool";
changelog = "https://github.com/mfontanini/presenterm/releases/tag/v${version}";
homepage = "https://github.com/mfontanini/presenterm";
license = licenses.bsd2;
maintainers = with maintainers; [ mikaelfangel ];
Expand Down

0 comments on commit 8bbabdf

Please sign in to comment.