presenterm: 0.2.0 -> 0.2.1

This commit is contained in:
Mikael Fangel 2023-10-20 22:06:34 +02:00
parent bfc8218dea
commit 16954e2097
No known key found for this signature in database
GPG Key ID: 306DE4426F0B77C3

View File

@ -2,16 +2,16 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "presenterm"; pname = "presenterm";
version = "0.2.0"; version = "0.2.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "mfontanini"; owner = "mfontanini";
repo = "presenterm"; repo = "presenterm";
rev = version; rev = "v${version}";
hash = "sha256-mNWnUUezKIffh5gMgMMdvApNZZTxxB8XrL0jFLyBxuk="; hash = "sha256-sXVMVU34gxZKGNye6hoyv07a7N7f6UbivA6thbSOeZA=";
}; };
cargoHash = "sha256-JLPJLhWN/yXpPIHa+FJ2aQ/GDUFKtZ7t+/8rvR8WNKM="; cargoHash = "sha256-PsDaXMws/8hEvAZwClQ4okGuryg1iKg0IBr7Xp2QYBE=";
meta = with lib; { meta = with lib; {
description = "A terminal based slideshow tool"; description = "A terminal based slideshow tool";