File tree Expand file tree Collapse file tree 2 files changed +3
-218
lines changed
Expand file tree Collapse file tree 2 files changed +3
-218
lines changed Original file line number Diff line number Diff line change 1111
1212rustPlatform . 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" ;
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments