Merge pull request #269697 from MikaelFangel/update-presenterm
presenterm: 0.2.1 -> 0.3.0
This commit is contained in:
commit
515a74455f
1 changed files with 6 additions and 3 deletions
|
@ -2,16 +2,19 @@
|
||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "presenterm";
|
pname = "presenterm";
|
||||||
version = "0.2.1";
|
version = "0.3.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "mfontanini";
|
owner = "mfontanini";
|
||||||
repo = "presenterm";
|
repo = "presenterm";
|
||||||
rev = "v${version}";
|
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; {
|
meta = with lib; {
|
||||||
description = "A terminal based slideshow tool";
|
description = "A terminal based slideshow tool";
|
||||||
|
|
Loading…
Reference in a new issue