Skip to content

Commit

Permalink
wiki-tui: 0.8.2 -> 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Builditluc committed Dec 5, 2024
1 parent f1a1836 commit 194c000
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 218 deletions.
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.

0 comments on commit 194c000

Please sign in to comment.