Unverified Commit 515a7445 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #269697 from MikaelFangel/update-presenterm

presenterm: 0.2.1 -> 0.3.0
parents d402993b 8de1ab61
Loading
Loading
Loading
Loading
+6 −3
Original line number Diff line number Diff line
@@ -2,16 +2,19 @@

rustPlatform.buildRustPackage rec {
  pname = "presenterm";
  version = "0.2.1";
  version = "0.3.0";

  src = fetchFromGitHub {
    owner = "mfontanini";
    repo = "presenterm";
    rev = "v${version}";
    hash = "sha256-sXVMVU34gxZKGNye6hoyv07a7N7f6UbivA6thbSOeZA=";
    hash = "sha256-uwLVg/bURz2jLAQZgLujDR2Zewu5pcE9bwEBg/DQ4Iw=";
  };

  cargoHash = "sha256-PsDaXMws/8hEvAZwClQ4okGuryg1iKg0IBr7Xp2QYBE=";
  cargoHash = "sha256-tEgXqvSyScO/J/56ykCda3ERrTDQj5jCxlMEDof/fCA=";

  # Skip test that currently doesn't work
  checkFlags = [ "--skip=execute::test::shell_code_execution" ];

  meta = with lib; {
    description = "A terminal based slideshow tool";