Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wiki-tui: 0.8.2 -> 0.9.1 #361843

Merged
merged 1 commit into from
Dec 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 3 additions & 7 deletions pkgs/misc/wiki-tui/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,27 +11,23 @@

rustPlatform.buildRustPackage rec {
pname = "wiki-tui";
version = "0.8.2";
version = "0.9.1";

src = fetchFromGitHub {
owner = "Builditluc";
repo = "wiki-tui";
rev = "v${version}";
hash = "sha256-euyg4wYWYerYT3hKdOCjokx8lJldGN7E3PHimDgQy3U=";
hash = "sha256-eTDxRrTP9vX7F1lmDCuF6g1pfaZChqB8Pv1kfrd7I9w=";
};

# Note: bump `time` dependency to be able to build with rust 1.80, should be removed on the next
# release (see: https://github.com/NixOS/nixpkgs/issues/332957)
cargoPatches = [ ./time.patch ];

nativeBuildInputs = [ pkg-config ];

buildInputs = [
ncurses
openssl
] ++ lib.optionals stdenv.hostPlatform.isDarwin [ Security ];

cargoHash = "sha256-XovbT+KC0va7yC5j7kf6t1SnXe1uyy1KI8FRV1AwkS0=";
cargoHash = "sha256-fLA7dF91mEgjTnbhujTKaHX+qmpzYaqzL8cc/x+mrUk=";

meta = with lib; {
description = "Simple and easy to use Wikipedia Text User Interface";
Expand Down
211 changes: 0 additions & 211 deletions pkgs/misc/wiki-tui/time.patch

This file was deleted.

Loading