presenterm: 0.3.0 -> 0.4.0

Diff: https://github.com/mfontanini/presenterm/compare/refs/tags/v0.3.0...v0.4.0
This commit is contained in:
Gaetan Lepage 2023-12-16 16:22:26 +01:00
parent 655a9cf33e
commit 0669378803

View File

@ -6,20 +6,20 @@
rustPlatform.buildRustPackage rec {
pname = "presenterm";
version = "0.3.0";
version = "0.4.0";
src = fetchFromGitHub {
owner = "mfontanini";
repo = "presenterm";
rev = "refs/tags/v${version}";
hash = "sha256-uwLVg/bURz2jLAQZgLujDR2Zewu5pcE9bwEBg/DQ4Iw=";
hash = "sha256-8oLqZfpkSbGg85vj5V54D052vmmoMRzQmiQzOwCOSxg=";
};
buildInputs = [
libsixel
];
cargoHash = "sha256-tEgXqvSyScO/J/56ykCda3ERrTDQj5jCxlMEDof/fCA=";
cargoHash = "sha256-SJpmQMUm5+0mUmYq2pv4JLV6PxZs2g3TrWqTlHElS3Q=";
buildFeatures = [ "sixel" ];