mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-13 21:32:23 +03:00
presenterm: 0.6.1 -> 0.7.0
Diff: https://github.com/mfontanini/presenterm/compare/refs/tags/v0.6.1...v0.7.0 Changelog: https://github.com/mfontanini/presenterm/releases/tag/v0.7.0
This commit is contained in:
parent
b4aad32403
commit
b34af2d675
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user