Gaetan Lepage 2024-03-02 18:41:27 +01:00 committed by Matthieu Coudron
parent b4aad32403
commit b34af2d675

View File

@ -9,20 +9,20 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "presenterm"; pname = "presenterm";
version = "0.6.1"; version = "0.7.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "mfontanini"; owner = "mfontanini";
repo = "presenterm"; repo = "presenterm";
rev = "refs/tags/v${version}"; rev = "refs/tags/v${version}";
hash = "sha256-+XESFDseRScWYOry58JLknGv+xhewTKx38lrzQu2mQ4="; hash = "sha256-I5L+Wygj9ApQu/5fm55okwNbyxOiF++7BDl765MLnjY=";
}; };
buildInputs = [ buildInputs = [
libsixel libsixel
]; ];
cargoHash = "sha256-xZLGm+tGAmmo/OzDMrgQK0uH7GMG6fTkpPsXwLe94VM="; cargoHash = "sha256-w1uXCH8Ybf78EPTIKrhPlPHAnNBp1iiBpFJHY98IPWY=";
# Crashes at runtime on darwin with: # Crashes at runtime on darwin with:
# Library not loaded: .../out/lib/libsixel.1.dylib # Library not loaded: .../out/lib/libsixel.1.dylib