summary refs log tree commit diff
path: root/pkgs/misc
diff options
context:
space:
mode:
authorMaximilian Bosch <maximilian@mbosch.me>2023-08-18 17:24:52 +0200
committerGitHub <noreply@github.com>2023-08-18 17:24:52 +0200
commitb9db7913dac2c674788e4ee84b7f2fb795a6aea0 (patch)
treeef28690b3188e6e83093efac0037127f24c3e7fc /pkgs/misc
parentab0c7af2dbaab35301e34e57ac54025018805ee4 (diff)
parent5f10cd992271ed152070f4dd62354dfcd3dd4ae1 (diff)
downloadnixpkgs-b9db7913dac2c674788e4ee84b7f2fb795a6aea0.tar
nixpkgs-b9db7913dac2c674788e4ee84b7f2fb795a6aea0.tar.gz
nixpkgs-b9db7913dac2c674788e4ee84b7f2fb795a6aea0.tar.bz2
nixpkgs-b9db7913dac2c674788e4ee84b7f2fb795a6aea0.tar.lz
nixpkgs-b9db7913dac2c674788e4ee84b7f2fb795a6aea0.tar.xz
nixpkgs-b9db7913dac2c674788e4ee84b7f2fb795a6aea0.tar.zst
nixpkgs-b9db7913dac2c674788e4ee84b7f2fb795a6aea0.zip
Merge pull request #249945 from r-ryantm/auto-update/wiki-tui
wiki-tui: 0.8.0 -> 0.8.2
Diffstat (limited to 'pkgs/misc')
-rw-r--r--pkgs/misc/wiki-tui/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/misc/wiki-tui/default.nix b/pkgs/misc/wiki-tui/default.nix
index 76059258e0f..fcc93c4b5c7 100644
--- a/pkgs/misc/wiki-tui/default.nix
+++ b/pkgs/misc/wiki-tui/default.nix
@@ -10,13 +10,13 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "wiki-tui";
-  version = "0.8.0";
+  version = "0.8.2";
 
   src = fetchFromGitHub {
     owner = "Builditluc";
     repo = pname;
     rev = "v${version}";
-    hash = "sha256-WEB6tzHeP7fX+KyNOqAADKHT6IE1t8af889XcHH/48Q=";
+    hash = "sha256-euyg4wYWYerYT3hKdOCjokx8lJldGN7E3PHimDgQy3U=";
   };
 
   nativeBuildInputs = [
@@ -30,7 +30,7 @@ rustPlatform.buildRustPackage rec {
     Security
   ];
 
-  cargoHash = "sha256-pLAUwkn4w/vwg/znBtjxc+og2yJn5uABY3Au9AYkpM4=";
+  cargoHash = "sha256-rKTR7vKt8woWAn7XgNYFiWu4KSiZYhaH+PLEIOfbNIY=";
 
   meta = with lib; {
     description = "A simple and easy to use Wikipedia Text User Interface";