taizen: unstable-2020-05-02 -> unstable-2023-06-05

Diff: 5e88a55aba...5486cd4f4c
This commit is contained in:
figsoda 2023-06-21 10:30:05 -04:00
parent f7549bd89e
commit 49627c1668
2 changed files with 4 additions and 2281 deletions

File diff suppressed because it is too large Load Diff

View File

@ -10,18 +10,16 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "taizen"; pname = "taizen";
version = "unstable-2020-05-02"; version = "unstable-2023-06-05";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "NerdyPepper"; owner = "NerdyPepper";
repo = pname; repo = pname;
rev = "5e88a55abaa2bf4356aa5bc783c2957e59c63216"; rev = "5486cd4f4c5aa4e0abbcee180ad2ec22839abd31";
sha256 = "sha256-cMykIh5EDGYZMJ5EPTU6G8YDXxfUzzfRfEICWmDUdrA="; hash = "sha256-pGcD3+3Ds3U8NuNySaDnz0zzAvZlSDte1jRPdM5qrZA=";
}; };
cargoLock = { cargoHash = "sha256-2X9ZhqaQ6Y+mwXTMbvBQWLR24+KYYqjIqQy/8XqGi18=";
lockFile = ./Cargo.lock;
};
nativeBuildInputs = [ pkg-config ]; nativeBuildInputs = [ pkg-config ];
@ -32,11 +30,6 @@ rustPlatform.buildRustPackage rec {
darwin.apple_sdk.frameworks.Security darwin.apple_sdk.frameworks.Security
]; ];
# update Cargo.lock to work with openssl 3
postPatch = ''
ln -sf ${./Cargo.lock} Cargo.lock
'';
meta = with lib; { meta = with lib; {
description = "curses based mediawiki browser"; description = "curses based mediawiki browser";
homepage = "https://github.com/nerdypepper/taizen"; homepage = "https://github.com/nerdypepper/taizen";