Skip to content

Commit 00eccd4

Browse files
authored
wiki-tui: 0.8.2 -> 0.9.1 (NixOS#361843)
2 parents d981560 + 194c000 commit 00eccd4

File tree

2 files changed

+3
-218
lines changed

2 files changed

+3
-218
lines changed

pkgs/misc/wiki-tui/default.nix

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,27 +11,23 @@
1111

1212
rustPlatform.buildRustPackage rec {
1313
pname = "wiki-tui";
14-
version = "0.8.2";
14+
version = "0.9.1";
1515

1616
src = fetchFromGitHub {
1717
owner = "Builditluc";
1818
repo = "wiki-tui";
1919
rev = "v${version}";
20-
hash = "sha256-euyg4wYWYerYT3hKdOCjokx8lJldGN7E3PHimDgQy3U=";
20+
hash = "sha256-eTDxRrTP9vX7F1lmDCuF6g1pfaZChqB8Pv1kfrd7I9w=";
2121
};
2222

23-
# Note: bump `time` dependency to be able to build with rust 1.80, should be removed on the next
24-
# release (see: https://github.com/NixOS/nixpkgs/issues/332957)
25-
cargoPatches = [ ./time.patch ];
26-
2723
nativeBuildInputs = [ pkg-config ];
2824

2925
buildInputs = [
3026
ncurses
3127
openssl
3228
] ++ lib.optionals stdenv.hostPlatform.isDarwin [ Security ];
3329

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

3632
meta = with lib; {
3733
description = "Simple and easy to use Wikipedia Text User Interface";

pkgs/misc/wiki-tui/time.patch

Lines changed: 0 additions & 211 deletions
This file was deleted.

0 commit comments

Comments
 (0)