taizen: 0-unstable-2023-06-05 -> 0-unstable-2024-11-16 (#458443)

This commit is contained in:
Fernando Rodrigues
2025-11-06 15:20:12 +00:00
committed by GitHub

View File

@@ -8,26 +8,17 @@
openssl,
}:
rustPlatform.buildRustPackage {
rustPlatform.buildRustPackage (finalAttrs: {
pname = "taizen";
version = "0-unstable-2023-06-05";
version = "0-unstable-2024-11-16";
src = fetchFromGitHub {
owner = "oppiliappan";
repo = "taizen";
rev = "5486cd4f4c5aa4e0abbcee180ad2ec22839abd31";
hash = "sha256-pGcD3+3Ds3U8NuNySaDnz0zzAvZlSDte1jRPdM5qrZA=";
rev = "e57f10845d32d51e78c5bbadf9c40780a0fa2481";
hash = "sha256-5XLRANBRtT8LyyS4EhKgZS+Hc3xFg/+N3rZJTVvVrpo=";
};
cargoPatches = [
# update cargo dependencies upstreamed: https://github.com/oppiliappan/taizen/pull/27
(fetchpatch2 {
name = "update-cargo-lock.patch";
url = "https://github.com/oppiliappan/taizen/commit/104a1663268623e9ded45afaf2fe98c9c42b7b21.patch";
hash = "sha256-ujsr7MjZWEu+2mijVH1aqtTJXKZC4m5vl73Jre9XHbU=";
})
];
cargoHash = "sha256-kK9na2Pk3Hl4TYYVVUfeBv6DDDkrD7mIv7eVHXkS5QY=";
nativeBuildInputs = [ pkg-config ];
@@ -37,11 +28,11 @@ rustPlatform.buildRustPackage {
openssl
];
meta = with lib; {
meta = {
description = "Curses-based mediawiki browser";
homepage = "https://github.com/oppiliappan/taizen";
license = licenses.mit;
maintainers = [ ];
maintainers = with lib.maintainers; [ liberodark ];
license = lib.licenses.mit;
mainProgram = "taizen";
};
}
})