tdf: unstable-2024-10-09 -> 0.2.0 (#361832)
This commit is contained in:
Generated
-2498
File diff suppressed because it is too large
Load Diff
@@ -10,24 +10,18 @@
|
||||
|
||||
rustPlatform.buildRustPackage {
|
||||
pname = "tdf";
|
||||
version = "0-unstable-2024-10-09";
|
||||
version = "0.2.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "itsjunetime";
|
||||
repo = "tdf";
|
||||
fetchSubmodules = true;
|
||||
rev = "f6d339923bc71d3f637f24bf0c6eef6dacb61bf9";
|
||||
hash = "sha256-C1S5u1EsOYvUE1CqreeBg7Z5Oj+mzCf0zPdZBz0LNLw=";
|
||||
rev = "a2b728fae3c5b0addfa64e8d3e44eac6fd50f1d9";
|
||||
hash = "sha256-0as/tKw0nKkZn+5q5PlKwK+LZK0xWXDAdiD3valVjBs=";
|
||||
};
|
||||
|
||||
cargoLock = {
|
||||
lockFile = ./Cargo.lock;
|
||||
outputHashes = {
|
||||
"ratatui-0.28.1" = "sha256-riVdXpHW5J1f4YY2A32YLpwydxn/kJ1cHRdm7CCdoN8=";
|
||||
"ratatui-image-2.0.1" = "sha256-ZFd7ABeyuO270vWEZEE685Bil6sq3RndqoD7TSU8qmU=";
|
||||
"vb64-0.1.2" = "sha256-Ypb59Rtn0ZkP6fwqIqOEeiNLcmzB368CkViIVCxpCI8=";
|
||||
};
|
||||
};
|
||||
useFetchCargoVendor = true;
|
||||
cargoHash = "sha256-krIPfi4SM4uCw7NLauudwh1tgAaB8enDWnMC5X16n48=";
|
||||
|
||||
nativeBuildInputs = [ pkg-config ];
|
||||
buildInputs = [
|
||||
@@ -48,8 +42,11 @@ rustPlatform.buildRustPackage {
|
||||
description = "Tui-based PDF viewer";
|
||||
homepage = "https://github.com/itsjunetime/tdf";
|
||||
license = lib.licenses.mpl20;
|
||||
maintainers = with lib.maintainers; [ luftmensch-luftmensch ];
|
||||
maintainers = with lib.maintainers; [
|
||||
luftmensch-luftmensch
|
||||
DieracDelta
|
||||
];
|
||||
mainProgram = "tdf";
|
||||
platforms = lib.platforms.linux;
|
||||
platforms = lib.platforms.linux ++ lib.platforms.darwin;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user